mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
sqlite: update to 3460100
- Change package URL to HTTPS Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
541060ee56
commit
da664e7a3e
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sqlite
|
PKG_NAME:=sqlite
|
||||||
PKG_VERSION:=3410200
|
PKG_VERSION:=3460100
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.sqlite.org/2023/
|
PKG_SOURCE_URL:=https://www.sqlite.org/2024/
|
||||||
PKG_HASH:=e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499
|
PKG_HASH:=67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071
|
||||||
|
|
||||||
PKG_CPE_ID:=cpe:/a:sqlite:sqlite
|
PKG_CPE_ID:=cpe:/a:sqlite:sqlite
|
||||||
PKG_LICENSE:=PUBLICDOMAIN
|
PKG_LICENSE:=PUBLICDOMAIN
|
||||||
@@ -42,7 +42,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/sqlite3/Default
|
define Package/sqlite3/Default
|
||||||
SUBMENU:=Database
|
SUBMENU:=Database
|
||||||
TITLE:=SQLite (v3.x) database engine
|
TITLE:=SQLite (v3.x) database engine
|
||||||
URL:=http://www.sqlite.org/
|
URL:=https://www.sqlite.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sqlite3/Default/description
|
define Package/sqlite3/Default/description
|
||||||
|
|||||||
Reference in New Issue
Block a user