termux-tools: termux-change-repo: truly make cache repo first choice

This is what was suppose to be done in commit
9ba3d05f37 ("termux-tools: mv cloudflare mirror up in
termux-change-repo list").
This commit is contained in:
Henrik Grimler 2022-03-01 09:50:55 +01:00
parent 9807139375
commit 9e4eda99e0
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.org/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.164
TERMUX_PKG_VERSION=0.165
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -135,8 +135,8 @@ dialog \
"${REPOSITORIES[@]}" --and-widget \
--title "termux-change-repo" --clear \
--radiolist "Which mirror do you want to use?" 0 0 0 \
"Default repositories" "Default host" on \
"Default repositories (CF)" "Default host with CloudFlare endpoint" on \
"Default repositories" "Default host" off \
"GH Mirrors by Kcubeterm" "Hosted on Github Release" off \
"Mirrors by A1batross" "Hosted on termux.mentality.rip" off \
"Mirrors by Astra ISP" "Hosted on termux.astra.in.ua" off \