From: Alexandru Ardelean Date: Tue, 28 Jul 2026 12:12:25 +0000 (+0300) Subject: sqlite3: update to 3.53.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=736753e514775248808b8b6dd6fe4aee8d29b751;p=openwrt-packages.git sqlite3: update to 3.53.4 Update to the latest upstream stable release. Signed-off-by: Alexandru Ardelean --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index a36a0bf25..f16f90f94 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.53.3 -PKG_SRC_VERSION:=3530300 +PKG_VERSION:=3.53.4 +PKG_SRC_VERSION:=3530400 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sqlite.org/2026/ -PKG_HASH:=c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0 +PKG_HASH:=0e9483900e92cd5de8fd48d16bf9200145a61f7fd5be542a5ac81d8a9516eb9c PKG_CPE_ID:=cpe:/a:sqlite:sqlite PKG_LICENSE:=blessing