diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-15 00:06:21 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-14 19:32:16 +0200 |
commit | aecf3d02b63396a0fc525b52a2668de8c745b5d6 (patch) | |
tree | d0d1197ae8e9b929d5a58b02894566acc8d72bdd /community | |
parent | 1e5fb81aa45358e2e4ce259d002e34dbf051ed72 (diff) | |
download | aports-aecf3d02b63396a0fc525b52a2668de8c745b5d6.tar.bz2 aports-aecf3d02b63396a0fc525b52a2668de8c745b5d6.tar.xz |
community/go: upgrade to 1.14.2
Diffstat (limited to 'community')
-rw-r--r-- | community/go/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index b37381b09f..036a99a05f 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=go # go binaries are statically linked, security updates require rebuilds -pkgver=1.13.8 -pkgrel=2 +pkgver=1.14.2 +pkgrel=0 pkgdesc="Go programming language compiler" url="https://golang.org/" arch="all" @@ -147,5 +147,5 @@ package() { -exec rm -rf \{\} \+ } -sha512sums="5df45c4701631e7a70f4f25b07ed00dc9a56bdebeb5ead2d04e0e6b000e8a9f00d193247e626ef5b1e6b7fc54bf27fbc5e8fb21b23ab52ec397f2238c5dfa000 go1.13.8.src.tar.gz +sha512sums="3f6804e1a60df6a7c55c294fe4147b2d6f028c619ad4ae5b1ae8793c6be637a1e6a62721cc7ce0b28918ab3441a89fa9acda72cb5450bf5af8d7872411d28015 go1.14.2.src.tar.gz 6ce14ca43fd35520e667530af91cfcad8902d635e6dd8c04d19428299b9e29ba049120f5eebbb00717a895f052d1cc40d3f522c090786625cce726715a8218ec disable-flaky-sync-test.patch" |