diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-18 07:22:14 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-18 07:22:14 +0000 |
| commit | 9cd837263f37f44c4c3c117e30b9af706339d8a8 (patch) | |
| tree | 04bf122b01b3bc09ba6121228531bd955f033e58 /repos/extra/bash/abuild | |
| parent | 4819d97c0fc2c0b14ce49681604f78c2020d4494 (diff) | |
| download | alicelinux-9cd837263f37f44c4c3c117e30b9af706339d8a8.tar.gz alicelinux-9cd837263f37f44c4c3c117e30b9af706339d8a8.zip | |
bash: updated to 5.3p15
Diffstat (limited to 'repos/extra/bash/abuild')
| -rw-r--r-- | repos/extra/bash/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/bash/abuild b/repos/extra/bash/abuild index 047a2b58..dcc58705 100644 --- a/repos/extra/bash/abuild +++ b/repos/extra/bash/abuild @@ -1,5 +1,5 @@ name=bash -version=5.3p9 +version=5.3p15 release=1 source="https://ftpmirror.gnu.org/gnu/${name}/${name}-${version%p*}.tar.gz $(b=${version%p*}; p=${version#*p}; i=1; while [ $i -le $p ]; do |