go: update to absolute latest
This commit is contained in:
parent
f9c57fcc75
commit
b1438476d2
@ -1,7 +1,6 @@
|
|||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
version=r58
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=2
|
|
||||||
short_desc="The Go Programming Language"
|
short_desc="The Go Programming Language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://golang.org/"
|
homepage="http://golang.org/"
|
||||||
@ -30,8 +29,8 @@ Add_dependency build gawk
|
|||||||
Add_dependency build glibc-devel
|
Add_dependency build glibc-devel
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="https://go.googlecode.com/hg"
|
local url="https://code.google.com/p/go"
|
||||||
hg clone -u ${version} ${url} ${pkgname}-${version}
|
hg clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user