aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-03 11:20:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-03 11:20:14 +0200
commit353c3a33828afd93823752d9dbc804301f028ed3 (patch)
tree8d8708e24a12a787995a7e374102261007a0ae28 /bin
parentarm downloads: add openrc suffix to stage filenames (diff)
downloadwww-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-xbin/update-downloads.sh2
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