termux-tools: fix typo
This commit is contained in:
parent
c7fe135e5d
commit
b4492f5a2f
@ -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.131
|
||||
TERMUX_PKG_VERSION=0.132
|
||||
TERMUX_PKG_SKIP_SRC_EXTRACT=true
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||
TERMUX_PKG_ESSENTIAL=true
|
||||
|
@ -78,7 +78,7 @@ select_repository() {
|
||||
ROOT="https://mirrors.bfsu.edu.cn/termux/apt/termux-root"
|
||||
SCIENCE="https://mirrors.bfsu.edu.cn/termux/apt/termux-science"
|
||||
UNSTABLE="https://mirrors.bfsu.edu.cn/termux/apt/termux-unstable"
|
||||
X11="https://mirrors.bfsu.edu.cn/termux/apt/temux-x11"
|
||||
X11="https://mirrors.bfsu.edu.cn/termux/apt/termux-x11"
|
||||
|
||||
elif [ "$1" == "Mirrors by USTC" ]; then
|
||||
echo "[*] USTC mirrors selected"
|
||||
|
Loading…
Reference in New Issue
Block a user