termux-tools: change domain name of github mirror (#9068)

This commit is contained in:
Krishna Kanhaiya 2022-02-18 19:20:37 +05:30 committed by GitHub
parent eb66dbe60f
commit 12063e27dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 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.161
TERMUX_PKG_VERSION=0.162
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -73,7 +73,7 @@ select_mirror() {
declare -A mirrors
mirrors[35]="$main_repo"
mirrors[18]="https://deb.kcubeterm.me/termux-main"
mirrors[18]="https://dl.kcubeterm.com/termux-main"
mirrors[17]="https://grimler.se/termux-packages-24"
mirrors[16]="https://termux.mentality.rip/termux-main"
mirrors[14]="https://termux.librehat.com/apt/termux-main"

View File

@ -22,9 +22,9 @@ select_repository() {
elif [ "$1" == "GH Mirrors by Kcubeterm" ]; then
echo "[*] GH mirrors selected"
MAIN="https://deb.kcubeterm.me/termux-main"
ROOT="https://deb.kcubeterm.me/termux-root"
X11="https://deb.kcubeterm.me/termux-x11"
MAIN="https://dl.kcubeterm.com/termux-main"
ROOT="https://dl.kcubeterm.com/termux-root"
X11="https://dl.kcubeterm.com/termux-x11"
elif [ "$1" == "Mirrors by A1batross" ]; then
echo "[*] A1batross mirrors selected"