Update repo

This commit is contained in:
termux-actions[bot]
2022-01-03 14:04:50 +00:00
parent c37b553d49
commit ea9820dfda

View File

@@ -2,7 +2,7 @@ termux_step_start_build() {
TERMUX_STANDALONE_TOOLCHAIN="$TERMUX_COMMON_CACHEDIR/android-r${TERMUX_NDK_VERSION}-api-${TERMUX_PKG_API_LEVEL}"
# Bump the below version if a change is made in toolchain setup to ensure
# that everyone gets an updated toolchain:
TERMUX_STANDALONE_TOOLCHAIN+="-v5"
TERMUX_STANDALONE_TOOLCHAIN+="-v6"
# shellcheck source=/dev/null
source "$TERMUX_PKG_BUILDER_SCRIPT"