From 58b5bf837c9416310fd0e528302cb663369e4f2c Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 25 Jun 2024 09:20:30 +0800 Subject: sqlite: updated to 3.46.0 --- repos/extra/sqlite/abuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repos/extra/sqlite') diff --git a/repos/extra/sqlite/abuild b/repos/extra/sqlite/abuild index ca866328..8808c353 100644 --- a/repos/extra/sqlite/abuild +++ b/repos/extra/sqlite/abuild @@ -1,7 +1,8 @@ name=sqlite -version=3420000 +version=3.46.0 +_version=$(echo $version | sed 's|\.||g')000 release=1 -source="https://sqlite.org/2023/$name-autoconf-$version.tar.gz" +source="https://sqlite.org/2024/$name-autoconf-$_version.tar.gz" build() { ./configure \ -- cgit v1.2.3