termux-tools: termux-change-repo: Fix menu options

This commit is contained in:
2096779623 2022-04-05 00:08:24 +08:00 committed by Henrik Grimler
parent 57ee461e14
commit 3672f4cde2
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 4 additions and 1 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.171
TERMUX_PKG_VERSION=0.172
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -178,9 +178,12 @@ dialog \
"Mirrors by Sahilister" "Hosted on termux.sahilister.in" off \
"Mirrors by Tsinghua University" "Hosted on mirrors.tuna.tsinghua.edu.cn" off \
"Mirrors by BFSU" "Hosted on mirrors.bfsu.edu.cn" off \
"Mirrors by Chongqing University" off \
"Mirrors by Dongguan University of Technology" off \
"Mirrors by NJU" "Hosted on mirror.nju.edu.cn" off \
"Mirrors by USTC" "Hosted on mirrors.ustc.edu.cn" off \
"Mirrors by HIT" "Hosted on mirrors.hit.edu.cn" off \
"Mirrors by Alibaba" off \
2> "$TEMPFILE"
retval=$?