go: update to 1.9.2.
This commit is contained in:
parent
435f12211c
commit
49af20662c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'go'
|
||||
pkgname=go
|
||||
_bootstrap_version=1.4.2
|
||||
version=1.9.1
|
||||
version=1.9.2
|
||||
revision=1
|
||||
wrksrc=go
|
||||
hostmakedepends="git ca-certificates"
|
||||
|
@ -9,10 +9,10 @@ short_desc="The Go Programming Language"
|
|||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
homepage="http://golang.org/"
|
||||
license="BSD"
|
||||
distfiles="http://golang.org/dl/go${_bootstrap_version}.src.tar.gz
|
||||
http://golang.org/dl/go${version}.src.tar.gz"
|
||||
distfiles="https://golang.org/dl/go${_bootstrap_version}.src.tar.gz
|
||||
https://golang.org/dl/go${version}.src.tar.gz"
|
||||
checksum="299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
|
||||
a84afc9dc7d64fe0fa84d4d735e2ece23831a22117b50dafc75c1484f1cb550e"
|
||||
665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc"
|
||||
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
|
|
Loading…
Reference in a new issue