Skip to content

Commit 1d88206

Browse files
committed
go: update to 1.13.
Marked broken on i686 until golang/go#33977 is resolved.
1 parent 067201d commit 1d88206

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

srcpkgs/go/template

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'go'
22
pkgname=go
3-
version=1.12.8
3+
version=1.13
44
revision=1
55
create_wrksrc=yes
66
build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <[email protected]>"
1010
license="BSD-3-Clause"
1111
homepage="http://golang.org/"
1212
distfiles="https://golang.org/dl/go${version}.src.tar.gz"
13-
checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
13+
checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
1414

1515
nostrip=yes
1616
noverifyrdeps=yes
1717

18+
case "${XBPS_MACHINE}" in
19+
i686*) broken="https://github.com/golang/go/issues/33977";;
20+
esac
21+
1822
case "${XBPS_TARGET_MACHINE}" in
1923
aarch64*) _goarch=arm64 ;;
2024
arm*) _goarch=arm ;;

0 commit comments

Comments
 (0)