chiark / gitweb /
golang: Fix checksum (thanks live_the_dream!)
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 31 Jan 2017 23:17:31 +0000 (00:17 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 1 Feb 2017 00:19:40 +0000 (01:19 +0100)
packages/golang/build.sh

index 94b5476659f801565259be7a67a2c7683708ea8a..550155469014ffdb0dcf187af1f4ef4e0e4ffd9a 100644 (file)
@@ -4,7 +4,7 @@ _MAJOR_VERSION=1.7.5
 # 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=0ff3faba02ac83920a65b453785771e75f128fbf9ba4ad1d5e72c044103f9c7a
+TERMUX_PKG_SHA256=4e834513a2079f8cbbd357502cccaac9507fd00a1efe672375798858ff291815
 TERMUX_PKG_FOLDERNAME=go
 TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
 TERMUX_PKG_DEPENDS="clang"