termux-tools: pkg: fix traffic share values
There should not be equal values.
This commit is contained in:
parent
4b00637faf
commit
03663a8e42
@ -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
|
||||
|
@ -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]+')
|
||||
|
Loading…
Reference in New Issue
Block a user