From 5b1cd873e4887bcfc2b2f218aa290be15eb485a5 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 10 Feb 2021 14:58:34 +0200 Subject: [PATCH] termux-tools: termux-change-repo: mirrors by @xeffyr are on IPFS now --- packages/termux-tools/build.sh | 2 +- packages/termux-tools/termux-change-repo | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/termux-tools/build.sh b/packages/termux-tools/build.sh index 473d1c2b7..aa8e332bd 100644 --- a/packages/termux-tools/build.sh +++ b/packages/termux-tools/build.sh @@ -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.104 +TERMUX_PKG_VERSION=0.105 TERMUX_PKG_SKIP_SRC_EXTRACT=true TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_ESSENTIAL=true diff --git a/packages/termux-tools/termux-change-repo b/packages/termux-tools/termux-change-repo index 937f52d6d..5318c2a1f 100755 --- a/packages/termux-tools/termux-change-repo +++ b/packages/termux-tools/termux-change-repo @@ -37,12 +37,12 @@ select_repository() { elif [ "$1" == "Mirrors by Xeffyr" ]; then echo "[*] Xeffyr's mirrors selected" - MAIN="https://main.termux-mirror.ml" - GAME="https://games.termux-mirror.ml" - ROOT="https://root.termux-mirror.ml" - SCIENCE="https://science.termux-mirror.ml" - UNSTABLE="https://unstable.termux-mirror.ml" - X11="https://x11.termux-mirror.ml" + MAIN="https://ipfs.io/ipns/k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx" + GAME="https://ipfs.io/ipns/k51qzi5uqu5dhngjg68o8x9uimwy5h8iqt91n2266idc7uet9ew3lc472upy27" + ROOT="https://ipfs.io/ipns/k51qzi5uqu5dlp5yjlahzcp3kfpnhbifo9ka9iybo3bp5vt781duafkyyvt9al" + SCIENCE="https://ipfs.io/ipns/k51qzi5uqu5dhvbtvdf46kkhobzgamhiirte6s6k28l2c1iapumphh3cpkw33f" + UNSTABLE="https://ipfs.io/ipns/k51qzi5uqu5dj05z8mr958kwvrg7a0wqouj5nnoo5uqu1btnsljvpznfaav9nk" + X11="https://ipfs.io/ipns/k51qzi5uqu5dgu3homski160l4t4bmp52vb6dbgxb5bda90rewnwg64wnkwxj4" elif [ "$1" == "Mirrors by Tsinghua University" ]; then echo "[*] Tsinghua's mirrors selected" @@ -120,7 +120,7 @@ dialog \ "Official repositories" "Hosted on Bintray" on \ "Mirrors by A1batross" "Hosted on termux.mentality.rip" off \ "Mirrors by Grimler" "Hosted on grimler.se" off \ - "Mirrors by Xeffyr" "Hosted on termux-mirror.ml" off \ + "Mirrors by Xeffyr" "Hosted on IPFS" off \ "Mirrors by Tsinghua University" "Hosted on mirrors.tuna.tsinghua.edu.cn" off \ "Mirrors by BFSU" "Hosted on mirrors.bfsu.edu.cn" off \ 2> "$TEMPFILE"