X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/1a8d12c265f699cb47bf14fe7f7e7b87ae77e784..88e73ad5335fd07384e8d165d29656a5fab6710e:/build-package.sh diff --git a/build-package.sh b/build-package.sh index a614b924..6ee898b1 100755 --- a/build-package.sh +++ b/build-package.sh @@ -14,7 +14,7 @@ show_usage () { echo " -D Build a disabled package in disabled-packages/." exit 1 } -while getopts :a:hd:D option +while getopts :a:hdD option do case "$option" in a) TERMUX_ARCH="$OPTARG";; @@ -544,7 +544,7 @@ termux_setup_golang () { exit 1 fi - local TERMUX_GO_VERSION=go1.7.3 + local TERMUX_GO_VERSION=go1.7.4 local TERMUX_GO_PLATFORM=linux-amd64 test `uname` = "Darwin" && TERMUX_GO_PLATFORM=darwin-amd64