diff options
author | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2015-05-27 08:08:12 +0200 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2015-05-27 08:10:02 +0200 |
commit | 9010339ec9b0fef0b0497d9b4cc286e590e0d53f (patch) | |
tree | 658ca34dbeed2965a745477b30ceba55df092994 | |
parent | ea28ae05dc4ff04cd9e10c412858cd379906e83d (diff) |
sqlite: update to 3.8.10.2
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
-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 8eda862fd..7f5d58a7c 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3080803 +PKG_VERSION:=3081002 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/2015/ -PKG_MD5SUM:=51272e875879ee893e51070b07c33888 +PKG_MD5SUM:=a18bfc015cd49a1e7a961b7b77bc3b37 PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= |