diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-27 00:37:09 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-27 00:37:09 +0000 |
| commit | 5897df159ed87708c28be1b5949e04beab3d333a (patch) | |
| tree | 3f0e3ab02c08f6848d5912d97c43e8bb00f91166 /bash | |
| parent | 554cb206170790bea1dc5f23e7b8d6b5c2f6c1e9 (diff) | |
| download | alicelinux-5897df159ed87708c28be1b5949e04beab3d333a.tar.gz alicelinux-5897df159ed87708c28be1b5949e04beab3d333a.zip | |
Woodpecker CI f23bbe10cabce49c099ccde21ca0281a171b47e6 [SKIP CI]
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/abuild b/bash/abuild index e5a02b94..618b868d 100644 --- a/bash/abuild +++ b/bash/abuild @@ -1,7 +1,7 @@ name=bash version=5.2.37 release=1 -source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz +source="https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz bashrc" build_opt="--without-bash-malloc --with-installed-readline" |