radare2: Update from 0.10.6 to 1.0.2
[termux-packages] / packages / golang / build.sh
index 0497eae..5346c99 100644 (file)
@@ -1,10 +1,10 @@
 TERMUX_PKG_HOMEPAGE=https://golang.org/
 TERMUX_PKG_DESCRIPTION="Go programming language compiler"
-_MAJOR_VERSION=1.7
+_MAJOR_VERSION=1.7.3
 # Use the ~ deb versioning construct in the future:
 TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}
-TERMUX_PKG_BUILD_REVISION=1
 TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz
+TERMUX_PKG_SHA256=79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44
 TERMUX_PKG_FOLDERNAME=go
 TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
 TERMUX_PKG_DEPENDS="clang"
@@ -23,7 +23,7 @@ termux_step_make_install () {
            CC=gcc \
            GO_LDFLAGS="-extldflags=-pie" \
            GOROOT_BOOTSTRAP=$GOROOT \
-            GOROOT_FINAL=$TERMUX_GODIR \
+           GOROOT_FINAL=$TERMUX_GODIR \
            ./make.bash
 
        cd ..