build-package.sh: fix TERMUX_REPO_URL
This commit is contained in:
parent
c178433867
commit
dc81f64e49
@ -333,8 +333,8 @@ termux_step_setup_variables() {
|
||||
: "${TERMUX_PKG_MAINTAINER:="Fredrik Fornwall @fornwall"}"
|
||||
|
||||
if [ -z ${TERMUX_REPO_URL+x} ]; then
|
||||
TERMUX_REPO_URL=(https://termux.net/dists)
|
||||
# TERMUX_REPO_URL=(https://termux.net/dists https://grimler.se/dists https://dl.bintray.com/xeffyr/unstable-packages/dists)
|
||||
TERMUX_REPO_URL=(https://termux.net)
|
||||
# TERMUX_REPO_URL=(https://termux.net https://grimler.se https://dl.bintray.com/xeffyr/unstable-packages)
|
||||
fi
|
||||
if [ -z ${TERMUX_REPO_DISTRIBUTION+x} ]; then
|
||||
TERMUX_REPO_DISTRIBUTION=(stable)
|
||||
|
Loading…
Reference in New Issue
Block a user