go: Update to 1.11.1 --no patchs required (#4566)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
_realname=go
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=1.10.1
|
||||
pkgver=1.11.1
|
||||
pkgrel=1
|
||||
pkgdesc="Go Lang (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -17,7 +17,7 @@ options=('!strip')
|
||||
source=("https://storage.googleapis.com/golang/go${pkgver}.src.tar.gz"
|
||||
0010-go1.7-proper-go-binary-path.patch
|
||||
0011-add-GO_BUILD_VERBOSE.patch)
|
||||
sha256sums=('589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc'
|
||||
sha256sums=('558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117'
|
||||
'af2c10300635ac84e6d870cb40a6481ccb57487fb7a6efad781f20088bec4de8'
|
||||
'c7f9a39a4b29668276d5836d2c1e1d5c8017c6dd66b976f519e9f5e85383ab85')
|
||||
|
||||
@@ -45,8 +45,8 @@ prepare() {
|
||||
mv "${srcdir}"/${_realname} "${srcdir}"/${_realname}-${pkgver}
|
||||
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
apply_patch_with_msg \
|
||||
0010-go1.7-proper-go-binary-path.patch
|
||||
# apply_patch_with_msg \
|
||||
# 0010-go1.7-proper-go-binary-path.patch
|
||||
# 0011-add-GO_BUILD_VERBOSE.patch
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user