From 16433198d8f8687ae3a6c4ac4a7e0e7ba8001209 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sat, 17 Jan 2026 17:02:27 +0000 Subject: Woodpecker CI 4c469353d61e01fa74be3f89ded03375dd46c303 [SKIP CI] --- sqlite/abuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sqlite/abuild') diff --git a/sqlite/abuild b/sqlite/abuild index 8fee9f22..3c140fae 100644 --- a/sqlite/abuild +++ b/sqlite/abuild @@ -1,5 +1,5 @@ name=sqlite -version=3.51.1 +version=3.51.2 _v=${version%%.*} _vv=${version#*.}; _vv=${_vv%.*} _vvv=${version##*.} @@ -8,7 +8,7 @@ case $_vvv in esac _version=${_v}${_vv}${_vvv}00 release=1 -source="https://sqlite.org/2025/$name-autoconf-$_version.tar.gz" +source="https://sqlite.org/2026/$name-autoconf-$_version.tar.gz" build() { ./configure \ -- cgit v1.2.3