fast-builds: switch to bintray url

This commit is contained in:
Leonid Pliushch 2019-03-06 16:06:52 +02:00
parent 7e72ed0816
commit d22ac1b2fb
1 changed files with 1 additions and 1 deletions

View File

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