diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-03 20:39:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-03 20:39:22 +0000 |
commit | 5813bbbb225136d5443e8472d1373125b650424d (patch) | |
tree | 1d9547f61379b0a4e80bd240be4d578ef055916f /community | |
parent | 8ef571a7581dfffc95a41562134601bfa8a6de8c (diff) | |
download | aports-5813bbbb225136d5443e8472d1373125b650424d.tar.bz2 aports-5813bbbb225136d5443e8472d1373125b650424d.tar.xz |
community/go: bump pkgrel
Diffstat (limited to 'community')
-rw-r--r-- | community/go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 936f8af097..2528ed3f44 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -4,7 +4,7 @@ pkgname=go pkgver=1.6.2 # This should be the latest commit on the corresponding release branch _toolsver="c887be1b2ebd11663d4bf2fbca508c449172339e" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" |