Skip to content

Commit

Permalink
go: Update to 1.14.4 (#6626)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Lagergren <elagergren@spideroak-inc.com>
  • Loading branch information
elagergren-spideroak committed Jun 26, 2020
1 parent 3a8381a commit 593e2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-go/PKGBUILD
Expand Up @@ -4,7 +4,7 @@
_realname=go
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.14.2
pkgver=1.14.4
pkgrel=1
pkgdesc="Go Lang (mingw-w64)"
arch=('any')
Expand All @@ -17,7 +17,7 @@ options=('!strip')
source=("https://storage.googleapis.com/golang/go${pkgver}.src.tar.gz"
0010-go1.7-proper-go-binary-path.patch
0011-add-GO_BUILD_VERBOSE.patch)
sha256sums=('98de84e69726a66da7b4e58eac41b99cbe274d7e8906eeb8a5b7eb0aadee7f7c'
sha256sums=('7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584'
'af2c10300635ac84e6d870cb40a6481ccb57487fb7a6efad781f20088bec4de8'
'c7f9a39a4b29668276d5836d2c1e1d5c8017c6dd66b976f519e9f5e85383ab85')
noextract=(go${pkgver}.src.tar.gz)
Expand Down

0 comments on commit 593e2a1

Please sign in to comment.