diff options
author | Josip Kelečić <josip.kelecic@sartura.hr> | 2020-02-03 11:08:52 +0100 |
---|---|---|
committer | Josip Kelečić <josip.kelecic@sartura.hr> | 2020-02-03 11:08:52 +0100 |
commit | 7861ccda347ce9717576bf3c6cafb9a5dd43fe34 (patch) | |
tree | daf5e7e41eba2693d2ace58b16f7cc6eb4c8126e | |
parent | 561b535c368acc6ed703fde39c449ee195f113ec (diff) |
sqlite3: update to version 3.31.1
Signed-off-by: Josip Kelečić <josip.kelecic@sartura.hr>
-rw-r--r-- | libs/sqlite3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 6fb85c895..bbaccccdd 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3300100 +PKG_VERSION:=3310100 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_HASH:=8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60 -PKG_SOURCE_URL:=https://www.sqlite.org/2019/ +PKG_HASH:=62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae +PKG_SOURCE_URL:=https://www.sqlite.org/2020/ PKG_LICENSE:=PUBLICDOMAIN PKG_LICENSE_FILES:= |