golang: Update package checksum

This commit is contained in:
Fredrik Fornwall 2016-10-21 16:18:03 -04:00
parent 4341b42666
commit 13e58126fa
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ _MAJOR_VERSION=1.7.3
# 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=2b843f133b81b7995f26d0cb64bbdbb9d0704b90c44df45f844d28881ad442d3
TERMUX_PKG_SHA256=79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44
TERMUX_PKG_FOLDERNAME=go
TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
TERMUX_PKG_DEPENDS="clang"