diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:18:40 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:18:40 +0000 |
| commit | c93d9bc7ec0b2cd078dc0207ae723be19c99e0b6 (patch) | |
| tree | 60bdb4e568d984730de02910e1459c3248a94bd2 /repos/extra/sqlite/abuild | |
| parent | 00b9eeb6c9283cf802aa894b67749ec6c381b508 (diff) | |
| download | alicelinux-c93d9bc7ec0b2cd078dc0207ae723be19c99e0b6.tar.gz alicelinux-c93d9bc7ec0b2cd078dc0207ae723be19c99e0b6.zip | |
sqlite: updated to 3.50.4
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 cde8d9e0..bc3ca511 100644 --- a/repos/extra/sqlite/abuild +++ b/repos/extra/sqlite/abuild @@ -1,5 +1,5 @@ name=sqlite -version=3.50.3 +version=3.50.4 _v=${version%%.*} _vv=${version#*.}; _vv=${_vv%.*} _vvv=${version##*.} |