termux-tools: update path for termux.mentality.rip mirror

This commit is contained in:
Leonid Pliushch 2021-06-04 17:58:54 +03:00
parent 19ca4eecaf
commit 1952a8a2e7
No known key found for this signature in database
GPG Key ID: 45F2964132545795
3 changed files with 8 additions and 9 deletions

View File

@ -2,8 +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.123
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=0.124
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -75,7 +75,7 @@ select_mirror() {
mirrors[50]="$main_repo"
mirrors[20]="https://grimler.se/termux-packages-24"
mirrors[16]="https://dl.kcubeterm.me/termux-packages-24"
mirrors[14]="https://termux.mentality.rip/termux-packages-24"
mirrors[14]="https://termux.mentality.rip/termux-main"
local current_mirror
current_mirror=$(grep -m 1 -P "^\s*deb\s+" @TERMUX_PREFIX@/etc/apt/sources.list | grep -oP 'https?://[^\s]+')

View File

@ -19,12 +19,12 @@ select_repository() {
elif [ "$1" == "Mirrors by A1batross" ]; then
echo "[*] A1batross's mirrors selected"
MAIN="https://termux.mentality.rip/termux-packages-24"
GAME="https://termux.mentality.rip/game-packages-24"
ROOT="https://termux.mentality.rip/termux-root-packages-24"
SCIENCE="https://termux.mentality.rip/science-packages-24"
UNSTABLE="https://termux.mentality.rip/unstable-packages"
X11="https://termux.mentality.rip/x11-packages"
MAIN="https://termux.mentality.rip/termux-main"
GAME="https://termux.mentality.rip/termux-games"
ROOT="https://termux.mentality.rip/termux-root"
SCIENCE="https://termux.mentality.rip/termux-science"
UNSTABLE="https://termux.mentality.rip/termux-unstable"
X11="https://termux.mentality.rip/termux-x11"
elif [ "$1" == "Mirrors by Grimler" ]; then
echo "[*] Grimler's mirrors selected"