diff options
| -rw-r--r-- | repos/extra/sqlite/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |