diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-02-23 11:40:27 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-02-23 11:40:27 +0000 |
commit | fa9b37d63ddfb697e4399d0b2501b0e91059edd0 (patch) | |
tree | 5077e525e44015e1b93f1531107ad94ebff00e16 /community/go | |
parent | 8a4cb06711c0af2a1b386817f8dcfbe87538a267 (diff) | |
download | aports-fa9b37d63ddfb697e4399d0b2501b0e91059edd0.tar.bz2 aports-fa9b37d63ddfb697e4399d0b2501b0e91059edd0.tar.xz |
community/go: bump pkgrel due to recent revert
We had 1.6.0, but reverted it. This caused go to be rebuilt with
same version, which can confuse http proxies.
Diffstat (limited to 'community/go')
-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 7db7178f75..1ef3a5df3a 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -4,7 +4,7 @@ pkgname=go pkgver=1.5.3 # This should be the latest commit on the corresponding release branch _toolsver="d02228d1857b9f49cd0252788516ff5584266eb6" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" |