diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/go/APKBUILD | 4 | ||||
-rw-r--r-- | community/obnam/APKBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 289a58c0c4..defa3a9ca9 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Eivind Uggedal <eivind@uggedal.com> +# Maintainer: pkgname=go pkgver=1.9.2 # This should be the latest commit on the corresponding release branch _toolsver="5d2fd3ccab986d52112bf301d47a819783339d0e" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" diff --git a/community/obnam/APKBUILD b/community/obnam/APKBUILD index 5a70f85cbb..5b64c2f0c4 100644 --- a/community/obnam/APKBUILD +++ b/community/obnam/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Eivind Uggedal <eivind@uggedal.com> +# Maintainer: pkgname=obnam pkgver=1.21 -pkgrel=0 +pkgrel=1 pkgdesc="A backup program that supports encryption and deduplication" url="http://obnam.org/" arch="all" |