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'
|
||||
pkgname=go
|
||||
_bootstrap_version=1.4.2
|
||||
version=1.9.4
|
||||
revision=2
|
||||
version=1.10
|
||||
revision=1
|
||||
wrksrc=go
|
||||
hostmakedepends="git ca-certificates"
|
||||
short_desc="The Go Programming Language"
|
||||
|
@ -12,7 +12,7 @@ license="BSD"
|
|||
distfiles="https://golang.org/dl/go${_bootstrap_version}.src.tar.gz
|
||||
https://golang.org/dl/go${version}.src.tar.gz"
|
||||
checksum="299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
|
||||
0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06"
|
||||
f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24"
|
||||
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
|
@ -65,6 +65,7 @@ do_build() {
|
|||
unset GCC CC CXX LD CFLAGS
|
||||
|
||||
local targetarch=$(_go_targetarch)
|
||||
export GOCACHE=off
|
||||
export GOROOT=$PWD
|
||||
export GOROOT_FINAL="/usr/lib/go"
|
||||
export GOOS=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue