From d22ac1b2fb279265acedb4b0eb103d5f31bf64e1 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 6 Mar 2019 16:06:52 +0200 Subject: [PATCH] fast-builds: switch to bintray url --- scripts/build/termux_step_setup_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/termux_step_setup_variables.sh b/scripts/build/termux_step_setup_variables.sh index 4982e4463..ac836aadd 100644 --- a/scripts/build/termux_step_setup_variables.sh +++ b/scripts/build/termux_step_setup_variables.sh @@ -18,7 +18,7 @@ termux_step_setup_variables() { : "${TERMUX_PACKAGES_DIRECTORIES:="packages"}" if [ -z ${TERMUX_REPO_URL+x} ]; then - TERMUX_REPO_URL=(https://termux.net) + TERMUX_REPO_URL=(https://dl.bintray.com/termux/termux-packages-24) # TERMUX_REPO_URL=(https://termux.net https://grimler.se https://dl.bintray.com/xeffyr/unstable-packages) fi if [ -z ${TERMUX_REPO_DISTRIBUTION+x} ]; then