diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-04-01 11:30:05 +0200 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-04-12 23:56:36 +0200 |
commit | 9c61c210141c4faded91c5aa66ea4e75e4c4ca01 (patch) | |
tree | 32d6eeb8059943e4e93022e679ab70296fab53cc | |
parent | 16930779a972e24799f8db188ffc4d98aae6adad (diff) |
libs/sqlite: Update to 3.23.1
Update sqlite to 3.23.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | libs/sqlite3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 78228eb03..8f85f302b 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3210000 -PKG_RELEASE:=3 +PKG_VERSION:=3230100 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_HASH:=d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3 -PKG_SOURCE_URL:=http://www.sqlite.org/2017/ +PKG_HASH:=92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25 +PKG_SOURCE_URL:=http://www.sqlite.org/2018/ PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= @@ -46,7 +46,7 @@ define Package/libsqlite3 $(call Package/sqlite3/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libpthread + DEPENDS:=+libpthread +zlib TITLE+= (library) endef |