termux-tools: termux-change-repo: note geo-location of grimler mirror

This commit is contained in:
Henrik Grimler 2022-01-19 16:54:18 +01:00
parent b69a4c61da
commit e1dcc61e01
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 2 additions and 2 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.156
TERMUX_PKG_VERSION=0.157
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -45,7 +45,7 @@ select_repository() {
X11="https://mirror.bardia.tech/termux/x11-packages/"
elif [ "$1" == "Mirrors by Grimler" ]; then
echo "[*] Grimler's mirrors selected"
echo "[*] Grimler's (NL) mirrors selected"
MAIN="https://grimler.se/termux-packages-24"
ROOT="https://grimler.se/termux-root-packages-24"
X11="https://grimler.se/x11-packages"