We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067201d commit 1d88206Copy full SHA for 1d88206
srcpkgs/go/template
@@ -1,6 +1,6 @@
1
# Template file for 'go'
2
pkgname=go
3
-version=1.12.8
+version=1.13
4
revision=1
5
create_wrksrc=yes
6
build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <[email protected]>"
10
license="BSD-3-Clause"
11
homepage="http://golang.org/"
12
distfiles="https://golang.org/dl/go${version}.src.tar.gz"
13
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
14
15
nostrip=yes
16
noverifyrdeps=yes
17
18
+case "${XBPS_MACHINE}" in
19
+ i686*) broken="https://github.com/golang/go/issues/33977";;
20
+esac
21
+
22
case "${XBPS_TARGET_MACHINE}" in
23
aarch64*) _goarch=arm64 ;;
24
arm*) _goarch=arm ;;
0 commit comments