diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 17:55:40 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 17:55:40 +0200 |
commit | 608fbc8acfdac5e2508449b2f229911bf4f937b0 (patch) | |
tree | 83a8f5dc07f518ae2634976c9607e9caeddab0eb /community/go | |
parent | bd80f73f14a31e1ba0331f35b79b1540475f7c43 (diff) | |
download | aports-608fbc8acfdac5e2508449b2f229911bf4f937b0.tar.bz2 aports-608fbc8acfdac5e2508449b2f229911bf4f937b0.tar.xz |
community/go: add comment reminding upgrader of rebuilds
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 72d2fcb042..bbe413de3e 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -2,6 +2,7 @@ # Contributor: Eivind Uggedal <eu@eju.no> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=go +# go binaries are statically linked, security updates require rebuilds pkgver=1.12.8 pkgrel=0 pkgdesc="Go programming language compiler" |