golang: Update from 1.11.1 to 1.11.2
This commit is contained in:
parent
252809c898
commit
cd7831c287
@ -77,7 +77,7 @@ termux_setup_golang() {
|
|||||||
termux_error_exit "Unsupported arch: $TERMUX_ARCH"
|
termux_error_exit "Unsupported arch: $TERMUX_ARCH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local TERMUX_GO_VERSION=go1.11.1
|
local TERMUX_GO_VERSION=go1.11.2
|
||||||
local TERMUX_GO_PLATFORM=linux-amd64
|
local TERMUX_GO_PLATFORM=linux-amd64
|
||||||
|
|
||||||
local TERMUX_BUILDGO_FOLDER=$TERMUX_COMMON_CACHEDIR/${TERMUX_GO_VERSION}
|
local TERMUX_BUILDGO_FOLDER=$TERMUX_COMMON_CACHEDIR/${TERMUX_GO_VERSION}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://golang.org/
|
TERMUX_PKG_HOMEPAGE=https://golang.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
|
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
|
||||||
local _MAJOR_VERSION=1.11.1
|
local _MAJOR_VERSION=1.11.2
|
||||||
TERMUX_PKG_SHA256=558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
|
TERMUX_PKG_SHA256=558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
|
||||||
# Use the ~ deb versioning construct in the future:
|
# Use the ~ deb versioning construct in the future:
|
||||||
TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}
|
TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user