diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-14 08:52:04 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-14 08:52:04 +0200 |
commit | 62207eb8196fdc0d105042ef32153c4475af31b6 (patch) | |
tree | 408a6af5d339c12c564764fe37b8db9dee4041f3 /bin/update-downloads.sh | |
parent | Add long(arch64) download tab (diff) | |
download | www-62207eb8196fdc0d105042ef32153c4475af31b6.tar.gz www-62207eb8196fdc0d105042ef32153c4475af31b6.tar.bz2 www-62207eb8196fdc0d105042ef32153c4475af31b6.zip |
Add loong in downloads list
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'bin/update-downloads.sh')
-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 5a615a6..ad294a8 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 m68k ppc riscv s390 sh sparc x86) +ARCHES=(alpha amd64 arm arm64 hppa ia64 loong mips m68k ppc riscv s390 sh sparc x86) usage() { cat <<EOF |