1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-16 02:06:41 +00:00

golang: Update from 1.7.1 to 1.7.3

This commit is contained in:
Fredrik Fornwall 2016-10-21 15:17:18 -04:00
parent 5e6e9b1416
commit 23d4b8b520
2 changed files with 3 additions and 3 deletions

View File

@ -523,7 +523,7 @@ termux_setup_golang () {
exit 1
fi
local TERMUX_GO_VERSION=go1.7.1
local TERMUX_GO_VERSION=go1.7.3
local TERMUX_GO_PLATFORM=linux-amd64
test `uname` = "Darwin" && TERMUX_GO_PLATFORM=darwin-amd64
@ -812,7 +812,7 @@ termux_step_post_massage
# Create data tarball containing files to package:
cd $TERMUX_PKG_MASSAGEDIR
if [ "`find . -type f`" = "" ]; then
if [ -z "${TERMUX_PKG_METAPACKAGE+x}" -a "`find . -type f`" = "" ]; then
echo "ERROR: No files in package"
exit 1
fi

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://golang.org/
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
_MAJOR_VERSION=1.7.1
_MAJOR_VERSION=1.7.3
# Use the ~ deb versioning construct in the future:
TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}
TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz