diff --git a/packages/termux-tools/build.sh b/packages/termux-tools/build.sh index 1e43a74a2..bf277f577 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.149 +TERMUX_PKG_VERSION=0.150 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 b11156b04..edde88f62 100755 --- a/packages/termux-tools/termux-change-repo +++ b/packages/termux-tools/termux-change-repo @@ -64,14 +64,6 @@ select_repository() { SCIENCE="https://grimler.se/science-packages-24" X11="https://grimler.se/x11-packages" - elif [ "$1" == "Mirrors by Kcubeterm" ]; then - echo "[*] Kcubeterm's mirrors selected" - MAIN="https://dl.kcubeterm.me/termux-packages-24" - GAME="https://dl.kcubeterm.me/game-packages-24" - ROOT="https://dl.kcubeterm.me/termux-root-packages-24" - SCIENCE="https://dl.kcubeterm.me/science-packages-24" - X11="https://dl.kcubeterm.me/x11-packages" - elif [ "$1" == "Mirrors by Librehat" ]; then echo "[*] Librehat's mirrors selected" MAIN="https://termux.librehat.com/apt/termux-main" @@ -170,7 +162,6 @@ dialog \ "Mirrors by Astra ISP" "Hosted on termux.astra.in.ua" off \ "Mirrors by Bardia Moshiri" "Hosted on mirror.bardia.tech" 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 \ "Mirrors by Tsinghua University" "Hosted on mirrors.tuna.tsinghua.edu.cn" off \ "Mirrors by BFSU" "Hosted on mirrors.bfsu.edu.cn" off \