From: Paul Donald Date: Sun, 20 Apr 2025 12:22:44 +0000 (+0200) Subject: sqlite3: bump to 3.47.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=db051c6ad9aa63aa4039d96c3fbd04a2ffe01858;p=openwrt-packages.git sqlite3: bump to 3.47.2 https://sqlite.org/changes.html build: x86_64 run tested: x86_64 ``` 3.47.2 2024-12-07 20:39:59 2aabe05e2e8cae4847a802ee2daddc1d7413d8fc560254d93ee3e72c14685b6c (64-bit) ``` Signed-off-by: Paul Donald --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index ade91e2d6..59d69394d 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3460100 +PKG_VERSION:=3470200 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sqlite.org/2024/ -PKG_HASH:=67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071 +PKG_HASH:=f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b PKG_CPE_ID:=cpe:/a:sqlite:sqlite PKG_LICENSE:=PUBLICDOMAIN