diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:20:30 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:20:30 +0800 |
| commit | 58b5bf837c9416310fd0e528302cb663369e4f2c (patch) | |
| tree | 06d290fc367a70d58b77f4e1854a1dadb0dc8208 /repos/extra | |
| parent | a189736cd01a72a365d3f0a2c8cb468166165b5b (diff) | |
| download | alicelinux-58b5bf837c9416310fd0e528302cb663369e4f2c.tar.gz alicelinux-58b5bf837c9416310fd0e528302cb663369e4f2c.zip | |
sqlite: updated to 3.46.0
Diffstat (limited to 'repos/extra')
| -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 \ |