From: Oliver Ertl Date: Wed, 5 Apr 2006 12:40:42 +0000 (+0000) Subject: update SQLite to new upstream release, v3.3.3 X-Git-Tag: whiterussian_rc6~283 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6f7da1d978bcfe8bd1462c40ed1d5271bcbc4791;p=openwrt%2Fsvn-archive%2Fopenwrt.git update SQLite to new upstream release, v3.3.3 SVN-Revision: 3594 --- diff --git a/openwrt/package/sqlite/Makefile b/openwrt/package/sqlite/Makefile index dea4c56dbc..080d92f23c 100644 --- a/openwrt/package/sqlite/Makefile +++ b/openwrt/package/sqlite/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.2.1 +PKG_VERSION:=3.3.3 PKG_RELEASE:=1 -PKG_MD5SUM:=ccf3831c2f67452d444c5e5e2c7ca6f0 +PKG_MD5SUM:=eb5d9d7e7853b3af78e767d709b7fced PKG_SOURCE_URL:=http://www.sqlite.org/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz