diff options
author | Christian Kampka <christian@kampka.net> | 2016-04-16 15:50:34 +0200 |
---|---|---|
committer | Christian Kampka <christian@kampka.net> | 2016-04-16 15:50:34 +0200 |
commit | cf07f7b00a8b0b028c72d8261aece765c04c1a46 (patch) | |
tree | 46d926b0a32e4dd45dff297d7b89369ee324134d /community/docker-registry/APKBUILD | |
parent | 7a3870ab68812ca1be06f8c3cb8f9b146221bdef (diff) | |
download | aports-cf07f7b00a8b0b028c72d8261aece765c04c1a46.tar.bz2 aports-cf07f7b00a8b0b028c72d8261aece765c04c1a46.tar.xz |
community/docker-registry: bump pkgrel
Diffstat (limited to 'community/docker-registry/APKBUILD')
-rw-r--r-- | community/docker-registry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index 325482f11d..34b277adff 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -2,7 +2,7 @@ pkgname=docker-registry pkgver=2.4.0 -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 x86_64" |