diff options
Diffstat (limited to 'testing/docker-registry/APKBUILD')
-rw-r--r-- | testing/docker-registry/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/docker-registry/APKBUILD b/testing/docker-registry/APKBUILD index 2d251cef05..1c0e30262d 100644 --- a/testing/docker-registry/APKBUILD +++ b/testing/docker-registry/APKBUILD @@ -1,13 +1,12 @@ # Maintainer: Chritsian Kampka <christian at kampka dot net> pkgname=docker-registry pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+." url="https://github.com/docker/distribution" arch="x86_64" license="MIT" makedepends="git go" -backup="/etc/${pkgname}/config.yml" source="$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz docker-registry.initd" |