Browse Source

fast-builds: switch to bintray url

emacs-27
Leonid Plyushch 6 years ago
parent
commit
99134641d6
  1. 2
      scripts/build/termux_step_setup_variables.sh

2
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

Loading…
Cancel
Save