X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/90232239479eb48f8c279d3f32af6d734dae927b..62244f726be982f98f238961e330e1a7926e4635:/packages/golang/build.sh diff --git a/packages/golang/build.sh b/packages/golang/build.sh index 5ce86bd4..8d10c05d 100644 --- a/packages/golang/build.sh +++ b/packages/golang/build.sh @@ -1,10 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://golang.org/ TERMUX_PKG_DESCRIPTION="Go programming language compiler" -local _MAJOR_VERSION=1.9.3 +local _MAJOR_VERSION=1.9.4 # 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 -TERMUX_PKG_SHA256=4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae +TERMUX_PKG_SHA256=0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06 TERMUX_PKG_KEEP_STATIC_LIBRARIES=true TERMUX_PKG_DEPENDS="clang"