diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-05-31 17:11:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-31 17:11:02 +0200 |
commit | 339e0004dedebbff28f821c0c586724bf30980e6 (patch) | |
tree | 6ed5901d2b3c05c6686466daad9d0b5acd3e6add | |
parent | 88e86b06af01173426a64fef4ccffa47411317a2 (diff) |
libs/sqlite3: Update to 3190200
Update sqlite to 3190200
Remove obsolete tarball hash variable
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | libs/sqlite3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 9219691b3..720c7a3c3 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3170000 +PKG_VERSION:=3190200 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/2017/ -PKG_MD5SUM:=450a95a7bde697c9fe4de9ae2fffdcca -PKG_HASH:=a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c +PKG_HASH:=ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= |