X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/07cd044cc56983f2b5859d61f5b144a32caed06a..7ddd51409c1702475e0995100260fd6107ed62ba:/packages/golang/build.sh diff --git a/packages/golang/build.sh b/packages/golang/build.sh index bfd3363e..b8fa9e08 100644 --- a/packages/golang/build.sh +++ b/packages/golang/build.sh @@ -1,11 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://golang.org/ TERMUX_PKG_DESCRIPTION="Go programming language compiler" -local _MAJOR_VERSION=1.9.4 +local _MAJOR_VERSION=1.10.1 # Use the ~ deb versioning construct in the future: TERMUX_PKG_VERSION=2:${_MAJOR_VERSION} -TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz -TERMUX_PKG_SHA256=0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06 +TERMUX_PKG_SHA256=589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc TERMUX_PKG_KEEP_STATIC_LIBRARIES=true TERMUX_PKG_DEPENDS="clang"