From e81c6a9ab8d0c6bdafc446fa127108b7bda83435 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 24 Jan 2021 13:52:05 +0200 Subject: Add riscv to list of arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- bin/update-downloads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <