Browse Source

golang: Use correct checksum

android-5
Fredrik Fornwall 6 years ago
parent
commit
8eb1669adf
  1. 2
      packages/golang/build.sh

2
packages/golang/build.sh

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://golang.org/
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
local _MAJOR_VERSION=1.11.2
TERMUX_PKG_SHA256=558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
TERMUX_PKG_SHA256=042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550
# 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

Loading…
Cancel
Save