diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-03 11:20:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-03 11:20:14 +0200 |
commit | 353c3a33828afd93823752d9dbc804301f028ed3 (patch) | |
tree | 8d8708e24a12a787995a7e374102261007a0ae28 /bin | |
parent | arm downloads: add openrc suffix to stage filenames (diff) | |
download | www-353c3a33828afd93823752d9dbc804301f028ed3.tar.gz www-353c3a33828afd93823752d9dbc804301f028ed3.tar.bz2 www-353c3a33828afd93823752d9dbc804301f028ed3.zip |
Re-add m68k to arch list
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update-downloads.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh index 9e24e11..5a615a6 100755 --- a/bin/update-downloads.sh +++ b/bin/update-downloads.sh @@ -3,7 +3,7 @@ URI_BASE="http://distfiles.gentoo.org/releases" -ARCHES=(alpha amd64 arm arm64 hppa ia64 mips ppc riscv s390 sh sparc x86) +ARCHES=(alpha amd64 arm arm64 hppa ia64 mips m68k ppc riscv s390 sh sparc x86) usage() { cat <<EOF |