sqlite3: bump to 3.52.0
authorGeorge Sapkin <redacted>
Thu, 12 Mar 2026 17:59:23 +0000 (19:59 +0200)
committerGeorge Sapkin <redacted>
Fri, 13 Mar 2026 02:37:07 +0000 (04:37 +0200)
Changes: https://sqlite.org/releaselog/3_52_0.html
Signed-off-by: George Sapkin <redacted>
libs/sqlite3/Makefile

index 12ed50a8ba26ae4e864d2ec782039009e3ba2219..fe40d00067af629f7863808ecea181fa202184a2 100644 (file)
@@ -1,17 +1,17 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# Copyright (C) 2006-2026 OpenWrt.org
 #
-# Copyright (C) 2006-2025 OpenWrt.org
+# SPDX-License-Identifier: GPL-2.0-only
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3.51.2
-PKG_SRC_VERSION:=3510200
+PKG_VERSION:=3.52.0
+PKG_SRC_VERSION:=3520000
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.sqlite.org/2026/
-PKG_HASH:=fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb
+PKG_HASH:=f6b50b0c103392af32a8be15b2b9d25959de9a00a70c3979128aafeaa5338b3f
 
 PKG_CPE_ID:=cpe:/a:sqlite:sqlite
 PKG_LICENSE:=blessing
git clone https://git.99rst.org/PROJECT