From 5ab8314cb907570596b94c8ed5cab0e6c82f959d Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 29 Jan 2025 01:06:52 +0800 Subject: sqlite: updated to 3.48.0 --- repos/extra/sqlite/abuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repos/extra/sqlite/abuild') diff --git a/repos/extra/sqlite/abuild b/repos/extra/sqlite/abuild index 5e33b12c..6dffef5d 100644 --- a/repos/extra/sqlite/abuild +++ b/repos/extra/sqlite/abuild @@ -1,5 +1,5 @@ name=sqlite -version=3.47.2 +version=3.48.0 _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/2024/$name-autoconf-$_version.tar.gz" +source="https://sqlite.org/2025/$name-autoconf-$_version.tar.gz" build() { ./configure \ -- cgit v1.2.3