mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/go to 1.11.3-1
This commit is contained in:
parent
b5966bb907
commit
6e568f2822
1 changed files with 5 additions and 5 deletions
|
@ -18,15 +18,15 @@
|
|||
pkgbase=go
|
||||
pkgname=(go go-pie)
|
||||
epoch=2
|
||||
pkgver=1.11.2
|
||||
pkgrel=2
|
||||
pkgver=1.11.3
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://golang.org/'
|
||||
license=(BSD)
|
||||
makedepends=(git go)
|
||||
source=("https://storage.googleapis.com/golang/go$pkgver.src.tar.gz"
|
||||
'default-buildmode-pie.patch')
|
||||
sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
|
||||
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
||||
default-buildmode-pie.patch)
|
||||
sha256sums=('7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231'
|
||||
'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
|
||||
|
||||
export GOOS=linux
|
||||
|
|
Loading…
Reference in a new issue