From 3a7326ee505511878dddd80f92ed33863fb1c48f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 9 Apr 2020 16:55:19 +0000 Subject: [PATCH] community/go to 1.14.2-1 --- community/go/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index a280273aa..c0f84299b 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -18,15 +18,15 @@ pkgbase=go pkgname=(go go-pie) epoch=2 -pkgver=1.14.1 +pkgver=1.14.2 pkgrel=1 arch=(x86_64) url='https://golang.org/' license=(BSD) -makedepends=(git go) +makedepends=(git go perl) source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz default-buildmode-pie.patch) -sha256sums=('2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676' +sha256sums=('98de84e69726a66da7b4e58eac41b99cbe274d7e8906eeb8a5b7eb0aadee7f7c' 'be1269689de3cf5c926cf7de07f88d2a6d1ecbfc86694baaf5baee3bdcfdd79a') export GOOS=linux