termux-tools: pkg: replace ipfs.2read.net gateway

ipfs.2read.net has limited bandwidth which is a problem when downloading
large packages.
This commit is contained in:
Leonid Pliushch 2021-02-15 20:38:57 +02:00
parent b10c5eb196
commit b613af721f
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.110
TERMUX_PKG_VERSION=0.111
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -45,8 +45,8 @@ select_mirror() {
declare -A mirrors
mirrors[30]="$main_repo"
mirrors[20]="https://ipfs.io/ipns/k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx"
mirrors[19]="https://ipfs.2read.net/ipns/k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx"
mirrors[20]="https://10.via0.com/ipns/k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx"
mirrors[19]="https://ipfs.io/ipns/k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx"
mirrors[18]="https://termux.mentality.rip/termux-packages-24"
mirrors[13]="https://grimler.se/termux-packages-24"