termux-tools: termux-change-repo: get rid of Bintray repos

Update URLs in "default" hosting section.
This commit is contained in:
Leonid Pliushch 2021-04-14 18:04:57 +03:00
parent 43a7f0730c
commit 77604a91e0
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 6 additions and 6 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.117
TERMUX_PKG_VERSION=0.118
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -11,11 +11,11 @@ select_repository() {
if [ "$1" == "Default repositories" ]; then
echo "[*] Default repositories selected"
MAIN="https://termux.org/packages/"
ROOT="https://dl.bintray.com/grimler/termux-root-packages-24"
GAME="https://dl.bintray.com/grimler/game-packages-24"
SCIENCE="https://dl.bintray.com/grimler/science-packages-24"
UNSTABLE="https://dl.bintray.com/xeffyr/unstable-packages"
X11="https://dl.bintray.com/xeffyr/x11-packages"
GAME="https://grimler.se/game-packages-24"
ROOT="https://grimler.se/termux-root-packages-24"
SCIENCE="https://grimler.se/science-packages-24"
UNSTABLE="https://ipfs.io/ipns/k51qzi5uqu5dj05z8mr958kwvrg7a0wqouj5nnoo5uqu1btnsljvpznfaav9nk"
X11="https://ipfs.io/ipns/k51qzi5uqu5dgu3homski160l4t4bmp52vb6dbgxb5bda90rewnwg64wnkwxj4"
elif [ "$1" == "Mirrors by A1batross" ]; then
echo "[*] A1batross's mirrors selected"