termux-tools: pkg: fix traffic share values

There should not be equal values.
This commit is contained in:
Leonid Pliushch 2021-05-18 16:04:39 +03:00
parent 4b00637faf
commit 03663a8e42
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.121
TERMUX_PKG_REVISION=1
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -72,11 +72,11 @@ select_mirror() {
local main_repo="https://termux.org/packages"
declare -A mirrors
mirrors[30]="$main_repo"
mirrors[18]="https://k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx.ipns.dweb.link"
mirrors[18]="https://grimler.se/termux-packages-24"
mirrors[26]="$main_repo"
mirrors[20]="https://k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx.ipns.dweb.link"
mirrors[19]="https://grimler.se/termux-packages-24"
mirrors[18]="https://dl.kcubeterm.me/termux-packages-24"
mirrors[16]="https://termux.mentality.rip/termux-packages-24"
mirrors[17]="https://termux.mentality.rip/termux-packages-24"
local current_mirror
current_mirror=$(grep -P "^\s*deb\s+" @TERMUX_PREFIX@/etc/apt/sources.list | grep -oP 'https?://[^\s]+')