From: Aleksey Vasilenko Date: Sat, 7 Sep 2024 03:27:03 +0000 (+0300) Subject: sqlite: update to 3460100 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=da664e7a3e9f2de2d931602676c0068d23f06a8f;p=openwrt-packages.git sqlite: update to 3460100 - Change package URL to HTTPS Signed-off-by: Aleksey Vasilenko --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 9d1d04dee..ade91e2d6 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -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