From: George Sapkin Date: Thu, 8 May 2025 13:42:42 +0000 (+0300) Subject: sqlite3: bump to 3.50.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=810341cf3303e2fdb3241e1aa20e4b213ff0f7d3;p=openwrt-packages.git sqlite3: bump to 3.50.4 Changelog: https://sqlite.org/releaselog/3_49_2.html Changelog: https://sqlite.org/releaselog/3_50_0.html Changelog: https://sqlite.org/releaselog/3_50_1.html Changelog: https://sqlite.org/releaselog/3_50_2.html Changelog: https://sqlite.org/releaselog/3_50_3.html Changelog: https://sqlite.org/releaselog/3_50_4.html Signed-off-by: George Sapkin --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 510489a59..1019877d5 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.49.1 -PKG_SRC_VERSION:=3490100 -PKG_RELEASE:=3 +PKG_VERSION:=3.50.4 +PKG_SRC_VERSION:=3500400 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sqlite.org/2025/ -PKG_HASH:=106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 +PKG_HASH:=a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18 PKG_CPE_ID:=cpe:/a:sqlite:sqlite PKG_LICENSE:=PUBLICDOMAIN