sqlite: update to 3460100

- Change package URL to HTTPS

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
pull/24945/head
Aleksey Vasilenko 2024-09-07 06:27:03 +03:00 committed by Tianling Shen
parent 541060ee56
commit da664e7a3e
1 changed files with 4 additions and 4 deletions

View 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