mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/go to 1.1.2
This commit is contained in:
parent
19a75485ac
commit
baf48f943f
2 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
# - Go 1.1beta2 support
|
||||
|
||||
pkgname=go
|
||||
pkgver=1.1.1
|
||||
pkgver=1.1.2
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc='Compiler and tools for the Go programming language from Google'
|
||||
|
@ -26,8 +26,8 @@ install="$pkgname.install"
|
|||
backup=('usr/lib/go/bin')
|
||||
source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz"
|
||||
"$pkgname.sh")
|
||||
sha256sums=('bf1d057d8386e840f9cd3f787252e26d8ee196852e9232a6f9ce762337b19cb6'
|
||||
'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
|
||||
sha256sums=('56f384c973e58c098ec462bcd892a7c1166b9a392461970ddb22d57ed4d495af'
|
||||
'36202a833faeb8ea10760557a1e221025288480bdeebf776c8b610014aadc181')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname/src"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
export GOPATH=/usr/lib/go/site
|
||||
export GOROOT=/usr/lib/go
|
||||
|
|
Loading…
Reference in a new issue