go: update to 1.3.1
This commit is contained in:
parent
12e2dc03dd
commit
24b4853b5a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
version=1.3
|
version=1.3.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=go
|
wrksrc=go
|
||||||
hostmakedepends="mercurial ca-certificates"
|
hostmakedepends="mercurial ca-certificates"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
homepage="http://golang.org/"
|
homepage="http://golang.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://golang.org/dl/go${version}.src.tar.gz"
|
distfiles="http://golang.org/dl/go${version}.src.tar.gz"
|
||||||
checksum=eb983e6c5b2b9838f482c5442b1ac1856f610f2b21f3c123b3fedb48ffc35382
|
checksum=fdfa148cc12f1e4ea45a5565261bf43d8a2e7d1fad4a16aed592d606223b93a8
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
@ -57,7 +57,7 @@ do_build() {
|
||||||
GOOS=linux
|
GOOS=linux
|
||||||
GOARCH=$targetarch
|
GOARCH=$targetarch
|
||||||
|
|
||||||
hg clone -u release-branch.go${version} \
|
hg clone -u release-branch.go$(echo "$version" | cut -d "." -f "1-2") \
|
||||||
--config web.cacerts=/etc/ssl/certs/ca-certificates.crt \
|
--config web.cacerts=/etc/ssl/certs/ca-certificates.crt \
|
||||||
https://code.google.com/p/go.tools/ \
|
https://code.google.com/p/go.tools/ \
|
||||||
$GOPATH/src/code.google.com/p/go.tools
|
$GOPATH/src/code.google.com/p/go.tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue