aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-01-24 13:52:05 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-01-24 13:52:05 +0200
commite81c6a9ab8d0c6bdafc446fa127108b7bda83435 (patch)
treed51e553c28b2df377364d8278609214fad8e5068 /bin
parentDownload page: explicitly tag "openrc" where that is used (diff)
downloadwww-e81c6a9ab8d0c6bdafc446fa127108b7bda83435.tar.gz
www-e81c6a9ab8d0c6bdafc446fa127108b7bda83435.tar.bz2
www-e81c6a9ab8d0c6bdafc446fa127108b7bda83435.zip
Add riscv to list of arches
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 7967244..9e24e11 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 s390 sh sparc x86)
+ARCHES=(alpha amd64 arm arm64 hppa ia64 mips ppc riscv s390 sh sparc x86)
usage() {
cat <<EOF