sqlite: update to 3460100
authorAleksey Vasilenko <[email protected]>
Sat, 7 Sep 2024 03:27:03 +0000 (06:27 +0300)
committerTianling Shen <[email protected]>
Sun, 8 Sep 2024 15:53:11 +0000 (23:53 +0800)
- Change package URL to HTTPS

Signed-off-by: Aleksey Vasilenko <[email protected]>
libs/sqlite3/Makefile

index 9d1d04dee09b02288bf3c98fa5455673a429d9e8..ade91e2d69aea30abc9e88c4d48fcf74a91050cd 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3410200
+PKG_VERSION:=3460100
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://www.sqlite.org/2023/
-PKG_HASH:=e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499
+PKG_SOURCE_URL:=https://www.sqlite.org/2024/
+PKG_HASH:=67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071
 
 PKG_CPE_ID:=cpe:/a:sqlite:sqlite
 PKG_LICENSE:=PUBLICDOMAIN
@@ -42,7 +42,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/sqlite3/Default
   SUBMENU:=Database
   TITLE:=SQLite (v3.x) database engine
-  URL:=http://www.sqlite.org/
+  URL:=https://www.sqlite.org/
 endef
 
 define Package/sqlite3/Default/description