diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-01-17 17:00:23 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-01-17 17:00:23 +0000 |
| commit | 16d578cc8df9cfacafecd33f86c17326be51f89c (patch) | |
| tree | 0029c1ec40ed80f5850e45c879b62533a589b3c7 /repos/extra/sqlite/abuild | |
| parent | d9e7f445a8b2f16056fa66a2b472ad6f800c264a (diff) | |
| download | alicelinux-16d578cc8df9cfacafecd33f86c17326be51f89c.tar.gz alicelinux-16d578cc8df9cfacafecd33f86c17326be51f89c.zip | |
sqlite: updated to 3.51.2
Diffstat (limited to 'repos/extra/sqlite/abuild')
| -rw-r--r-- | repos/extra/sqlite/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/sqlite/abuild b/repos/extra/sqlite/abuild index 8fee9f22..3c140fae 100644 --- a/repos/extra/sqlite/abuild +++ b/repos/extra/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 \ |