diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-01-24 13:52:05 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-01-24 13:52:05 +0200 |
commit | e81c6a9ab8d0c6bdafc446fa127108b7bda83435 (patch) | |
tree | d51e553c28b2df377364d8278609214fad8e5068 /bin | |
parent | Download page: explicitly tag "openrc" where that is used (diff) | |
download | www-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-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 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 |