mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
go: update to 1.10
This commit is contained in:
parent
6ee081015e
commit
c965885b6d
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
_bootstrap_version=1.4.2
|
_bootstrap_version=1.4.2
|
||||||
version=1.9.4
|
version=1.10
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=go
|
wrksrc=go
|
||||||
hostmakedepends="git ca-certificates"
|
hostmakedepends="git ca-certificates"
|
||||||
short_desc="The Go Programming Language"
|
short_desc="The Go Programming Language"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD"
|
||||||
distfiles="https://golang.org/dl/go${_bootstrap_version}.src.tar.gz
|
distfiles="https://golang.org/dl/go${_bootstrap_version}.src.tar.gz
|
||||||
https://golang.org/dl/go${version}.src.tar.gz"
|
https://golang.org/dl/go${version}.src.tar.gz"
|
||||||
checksum="299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
|
checksum="299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
|
||||||
0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06"
|
f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24"
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
@ -65,6 +65,7 @@ do_build() {
|
||||||
unset GCC CC CXX LD CFLAGS
|
unset GCC CC CXX LD CFLAGS
|
||||||
|
|
||||||
local targetarch=$(_go_targetarch)
|
local targetarch=$(_go_targetarch)
|
||||||
|
export GOCACHE=off
|
||||||
export GOROOT=$PWD
|
export GOROOT=$PWD
|
||||||
export GOROOT_FINAL="/usr/lib/go"
|
export GOROOT_FINAL="/usr/lib/go"
|
||||||
export GOOS=
|
export GOOS=
|
||||||
|
|
Loading…
Add table
Reference in a new issue