diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:56 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:56 +0000 |
| commit | 78b74b90acb488fcaab33d9b0eb0e0e29c30fad2 (patch) | |
| tree | 3b88c27734aaf43d429f13e7679fca1005f1f721 /repos/extra/sqlite/abuild | |
| parent | 31627d727ee37bea544403254d0e2aac762d96a3 (diff) | |
| download | alicelinux-78b74b90acb488fcaab33d9b0eb0e0e29c30fad2.tar.gz alicelinux-78b74b90acb488fcaab33d9b0eb0e0e29c30fad2.zip | |
sqlite: updated to 3.49.2
Diffstat (limited to 'repos/extra/sqlite/abuild')
| -rw-r--r-- | repos/extra/sqlite/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/sqlite/abuild b/repos/extra/sqlite/abuild index 4c5ac3b5..0b76658a 100644 --- a/repos/extra/sqlite/abuild +++ b/repos/extra/sqlite/abuild @@ -1,5 +1,5 @@ name=sqlite -version=3.49.1 +version=3.49.2 _v=${version%%.*} _vv=${version#*.}; _vv=${_vv%.*} _vvv=${version##*.} |