termux-tools: update mirror list

This commit is contained in:
Leonid Pliushch 2021-09-20 22:35:27 +03:00
parent de62626ede
commit 2ffd17fdf5
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 11 additions and 1 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.136
TERMUX_PKG_VERSION=0.137
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -35,6 +35,15 @@ select_repository() {
UNSTABLE="https://termux.mentality.rip/termux-unstable"
X11="https://termux.mentality.rip/termux-x11"
elif [ "$1" == "Mirrors by Astra ISP" ]; then
echo "[*] Astra ISP mirrors selected"
MAIN="https://termux.astra.in.ua/apt/termux-main"
GAME="https://termux.astra.in.ua/apt/termux-games"
ROOT="https://termux.astra.in.ua/apt/termux-root"
SCIENCE="https://termux.astra.in.ua/apt/termux-science"
UNSTABLE="https://termux.astra.in.ua/apt/termux-unstable"
X11="https://termux.astra.in.ua/apt/termux-x11"
elif [ "$1" == "Mirrors by Grimler" ]; then
echo "[*] Grimler's mirrors selected"
MAIN="https://grimler.se/termux-packages-24"
@ -156,6 +165,7 @@ dialog \
"Default repositories" "The default package hosting" on \
"GH Mirrors by Kcubeterm" "Hosted on Github Release" off \
"Mirrors by A1batross" "Hosted on termux.mentality.rip" off \
"Mirrors by Astra ISP" "Hosted on termux.astra.in.ua" off \
"Mirrors by Grimler" "Hosted on grimler.se" off \
"Mirrors by Kcubeterm" "Hosted on dl.kcubeterm.me" off \
"Mirrors by Librehat" "Hosted on termux.librehat.com" off \