From: George Sapkin Date: Sun, 11 Jan 2026 15:15:16 +0000 (+0200) Subject: sqlite3: bump to 3.51.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8392630a2f2dc89d559fd021ff1a74b8cc27271c;p=openwrt-packages.git sqlite3: bump to 3.51.2 Changelog: https://sqlite.org/releaselog/3_51_2.html Signed-off-by: George Sapkin --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index f4c5d975b..12ed50a8b 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.51.1 -PKG_SRC_VERSION:=3510100 +PKG_VERSION:=3.51.2 +PKG_SRC_VERSION:=3510200 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.sqlite.org/2025/ -PKG_HASH:=4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0 +PKG_SOURCE_URL:=https://www.sqlite.org/2026/ +PKG_HASH:=fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb PKG_CPE_ID:=cpe:/a:sqlite:sqlite PKG_LICENSE:=blessing