chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e1491
)
Use go1.8rc1 for cross compilation
author
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 16 Jan 2017 10:09:18 +0000
(11:09 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 16 Jan 2017 10:09:18 +0000
(11:09 +0100)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index f3133b23e492eda9d87970419d49f990a0b328be..8637f31be948a83c35755ee815fd8e0290b40e74 100755
(executable)
--- a/
build-package.sh
+++ b/
build-package.sh
@@
-62,7
+62,7
@@
termux_setup_golang() {
termux_error_exit "Unsupported arch: $TERMUX_ARCH"
fi
- local TERMUX_GO_VERSION=go1.
7.4
+ local TERMUX_GO_VERSION=go1.
8rc1
local TERMUX_GO_PLATFORM=linux-amd64
test "$(uname)" = "Darwin" && TERMUX_GO_PLATFORM=darwin-amd64