summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorOliver Ertl <oliver@ertl-net.net>2006-04-05 12:40:42 +0000
committerOliver Ertl <oliver@ertl-net.net>2006-04-05 12:40:42 +0000
commitf5ae7f2d72873200051c0d1aadf3f879f2636c96 (patch)
tree793d5f8eb39f22e615c9e648756e61d9b38237fc /openwrt
parent7d6f1e1615ac7caf0e9829259b6c3a0df57d00ce (diff)
downloadmtk-20170518-f5ae7f2d72873200051c0d1aadf3f879f2636c96.zip
mtk-20170518-f5ae7f2d72873200051c0d1aadf3f879f2636c96.tar.gz
mtk-20170518-f5ae7f2d72873200051c0d1aadf3f879f2636c96.tar.bz2
update SQLite to new upstream release, v3.3.3
SVN-Revision: 3594
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/sqlite/Makefile b/openwrt/package/sqlite/Makefile
index aefb458..b505bd9 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