diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-05 12:40:42 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-05 12:40:42 +0000 |
commit | 727d7e416d3e8040e61f20295fcab7d3e98c6b86 (patch) | |
tree | 8ecb40f412186f8c6a5352b5686cd4281e696890 /openwrt/package/sqlite | |
parent | fee57d7b0aeb0832bb0b1b3c6818d0ba330ea35e (diff) |
update SQLite to new upstream release, v3.3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/sqlite')
-rw-r--r-- | openwrt/package/sqlite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/sqlite/Makefile b/openwrt/package/sqlite/Makefile index aefb458a17..b505bd9566 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.8 +PKG_VERSION:=3.3.3 PKG_RELEASE:=1 -PKG_MD5SUM:=9f2c014aaa46565b8163e047166a5686 +PKG_MD5SUM:=eb5d9d7e7853b3af78e767d709b7fced PKG_SOURCE_URL:=http://www.sqlite.org/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |