golang: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 16:54:20 +03:00
parent 41702c085e
commit 9d5fc907f8
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ local _MAJOR_VERSION=1.12.2
TERMUX_PKG_SHA256=af992580a4a609309c734d46fd4374fe3095961263e609d9b017e2dffc3b7b58 TERMUX_PKG_SHA256=af992580a4a609309c734d46fd4374fe3095961263e609d9b017e2dffc3b7b58
# Use the ~ deb versioning construct in the future: # Use the ~ deb versioning construct in the future:
TERMUX_PKG_VERSION=2:${_MAJOR_VERSION} TERMUX_PKG_VERSION=2:${_MAJOR_VERSION}
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go${_MAJOR_VERSION}.src.tar.gz
TERMUX_PKG_KEEP_STATIC_LIBRARIES=true TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
TERMUX_PKG_DEPENDS="clang" TERMUX_PKG_DEPENDS="clang"

View File

@ -1,3 +1,2 @@
TERMUX_SUBPKG_INCLUDE="lib/go/doc" TERMUX_SUBPKG_INCLUDE="lib/go/doc"
TERMUX_SUBPKG_DESCRIPTION="Go programming language - documentation" TERMUX_SUBPKG_DESCRIPTION="Go programming language - documentation"
TERMUX_SUBPKG_DEPENDS="golang"