diff options
author | champtar <champetier.etienne@gmail.com> | 2015-08-03 00:02:43 +0200 |
---|---|---|
committer | champtar <champetier.etienne@gmail.com> | 2015-08-03 00:02:43 +0200 |
commit | 397f2ce75dcb386816e6e64a10b85fa7e8516d93 (patch) | |
tree | 4ec47879c7e61d5f247cc6b66a56878b8271e3f4 | |
parent | 90baef0f89843ae9bd930fbef1bb1c0e2f0b4460 (diff) | |
parent | 20ccf3c52e2c183b7fae0d0b6ecf50176e4a98a4 (diff) |
Merge pull request #1627 from dangowrt/update-sqlite3
sqlite3: update source
compile tested on ar71xx
-rw-r--r-- | libs/sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 7f5d58a7c..0fdbedfc9 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3081002 +PKG_VERSION:=3081101 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/2015/ -PKG_MD5SUM:=a18bfc015cd49a1e7a961b7b77bc3b37 +PKG_MD5SUM:=298c8d6af7ca314f68de92bc7a356cbe PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= |