golang: Update from 1.11.1 to 1.11.2

This commit is contained in:
Fredrik Fornwall 2018-11-05 21:38:26 +01:00
parent 252809c898
commit cd7831c287
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ termux_setup_golang() {
termux_error_exit "Unsupported arch: $TERMUX_ARCH"
fi
local TERMUX_GO_VERSION=go1.11.1
local TERMUX_GO_VERSION=go1.11.2
local TERMUX_GO_PLATFORM=linux-amd64
local TERMUX_BUILDGO_FOLDER=$TERMUX_COMMON_CACHEDIR/${TERMUX_GO_VERSION}

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://golang.org/
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
local _MAJOR_VERSION=1.11.1
local _MAJOR_VERSION=1.11.2
TERMUX_PKG_SHA256=558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
# Use the ~ deb versioning construct in the future:
TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}