mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/go to 1.11.4-1
This commit is contained in:
parent
fc6aec2c15
commit
96a735be56
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||||
# Maintainer: Pierre Neidhardt <ambrevar@gmail.com>
|
|
||||||
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
|
||||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||||
|
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
||||||
|
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
|
||||||
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
|
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
|
||||||
# Contributor: Rémy Oudompheng <remy@archlinux.org>
|
# Contributor: Rémy Oudompheng <remy@archlinux.org>
|
||||||
# Contributor: Andres Perera <andres87p gmail>
|
# Contributor: Andres Perera <andres87p gmail>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
pkgbase=go
|
pkgbase=go
|
||||||
pkgname=(go go-pie)
|
pkgname=(go go-pie)
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=1.11.3
|
pkgver=1.11.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://golang.org/'
|
url='https://golang.org/'
|
||||||
|
@ -26,7 +26,7 @@ license=(BSD)
|
||||||
makedepends=(git go)
|
makedepends=(git go)
|
||||||
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
||||||
default-buildmode-pie.patch)
|
default-buildmode-pie.patch)
|
||||||
sha256sums=('7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231'
|
sha256sums=('4cfd42720a6b1e79a8024895fa6607b69972e8e32446df76d6ce79801bbadb15'
|
||||||
'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
|
'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
|
||||||
|
|
||||||
export GOOS=linux
|
export GOOS=linux
|
||||||
|
|
Loading…
Reference in a new issue