mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/go to 1.9.3-1
This commit is contained in:
parent
31790ec156
commit
92e66ca1f2
1 changed files with 3 additions and 4 deletions
|
@ -8,21 +8,20 @@
|
|||
pkgbase=go
|
||||
pkgname=(go go-pie)
|
||||
epoch=2
|
||||
pkgver=1.9.2
|
||||
pkgrel=3
|
||||
pkgver=1.9.3
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='http://golang.org/'
|
||||
license=(BSD)
|
||||
makedepends=(git go)
|
||||
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
||||
default-buildmode-pie.patch)
|
||||
sha256sums=('665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc'
|
||||
sha256sums=('4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae'
|
||||
'fd0055504e4175c1f444816636dfb53fc0ddee991fa2696bb64b087130bba96d')
|
||||
|
||||
export GOOS=linux
|
||||
case "$CARCH" in
|
||||
x86_64) export GOARCH=amd64 ;;
|
||||
i686) export GOARCH=386 GO386=387 ;;
|
||||
arm) export GOARCH=arm GOARM=5 ;;
|
||||
armv6h) export GOARCH=arm GOARM=6 ;;
|
||||
armv7h) export GOARCH=arm GOARM=7 ;;
|
||||
|
|
Loading…
Reference in a new issue