diff options
author | Ian Leonard <antonlacon@gmail.com> | 2017-02-18 21:30:28 -0800 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2017-02-19 16:06:02 -0800 |
commit | c19a3428251595e78cd8dd9ee41879db21a47e1f (patch) | |
tree | 93a1d3e3b943b675363bea63566d2a0b03ce1b13 /libs | |
parent | 557485abfcb1393b14f0aa953d5d8442675a5ac8 (diff) |
sqlite: update to 3.17.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sqlite3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 7f9b1b34c..9219691b3 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3160000 +PKG_VERSION:=3170000 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/2017/ -PKG_MD5SUM:=5102404047054b2cec2f43463293f94dea39425d42bf386d24596ab4fac7c7ff +PKG_MD5SUM:=450a95a7bde697c9fe4de9ae2fffdcca +PKG_HASH:=a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= |