termux-tools: fix typo

This commit is contained in:
Leonid Pliushch 2021-08-01 15:46:18 +03:00
parent c7fe135e5d
commit b4492f5a2f
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"