diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-30 06:42:49 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-30 06:42:49 +0000 |
| commit | 1575ef72cf5b3449fdae221f0351e393d952a6a8 (patch) | |
| tree | 0ba882a61d9dc7386222cd9d014a5c63697d1ef7 /repos/extra/sqlite/abuild | |
| parent | 04fbb77ea1b2ce37cc1b92018159e54fd8568926 (diff) | |
| download | alicelinux-1575ef72cf5b3449fdae221f0351e393d952a6a8.tar.gz alicelinux-1575ef72cf5b3449fdae221f0351e393d952a6a8.zip | |
sqlite: updated to 3.50.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 1803d217..cb69e94b 100644 --- a/repos/extra/sqlite/abuild +++ b/repos/extra/sqlite/abuild @@ -1,5 +1,5 @@ name=sqlite -version=3.50.1 +version=3.50.2 _v=${version%%.*} _vv=${version#*.}; _vv=${_vv%.*} _vvv=${version##*.} |