starship: disable auto-update temporaly

This commit is contained in:
Chongyun Lee 2022-08-22 22:43:46 +08:00
parent ff935c3f4f
commit c1f2405a95
No known key found for this signature in database
GPG Key ID: 379E4F5EB8CD7985
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.10.1"
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0dcf3a087748c241207a8c86a8c7b6e4d5558916d22deb4348942797d58c3ed9
TERMUX_PKG_AUTO_UPDATE=true
# TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--all-features"