diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-20 17:07:55 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-20 18:01:49 +0200 |
commit | e4cc4b79b548e043d635ff35c3e9f2e832be1202 (patch) | |
tree | 7e8c609c22ec722881710f397b848f301905cadf /community/docker-registry/APKBUILD | |
parent | 249d0d85754927b2c2a95b28909c28d4a1f6c0d5 (diff) | |
download | aports-e4cc4b79b548e043d635ff35c3e9f2e832be1202.tar.bz2 aports-e4cc4b79b548e043d635ff35c3e9f2e832be1202.tar.xz |
community/docker-registry: fix init script
Diffstat (limited to 'community/docker-registry/APKBUILD')
-rw-r--r-- | community/docker-registry/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index 96a4624c01..76fe18da62 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -2,7 +2,7 @@ pkgname=docker-registry pkgver=2.6.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 x86_64" @@ -61,4 +61,4 @@ package() { } sha512sums="a2175cb5ab049599e1bdae7026dc84e14b79883eca3ceaafda54497a1743103f125f65fa3922c003363dd86aa1422f539aff8b17746b9768968fef757e931c36 docker-registry-2.6.1.tar.gz -8f1d0c9d2558fe89158a9766a2357d667269d6992a01f87e81a92a5079cff3810e5a8933b8506c0265c3fd6d97aecbb863370fb778717fe7d5d49b9f9c4faaeb docker-registry.initd" +96100a4de311afa19d293a3b8a63105e1fcdf49258aa8b1752befd389e6b4a2b1f70711341ea011b450d4468bd37dbd07a393ffab3b9aa1b2213cf0fdd915904 docker-registry.initd" |