aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2016-04-23 01:11:13 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-25 07:10:48 +0000
commit12b331734c01892fd91c249f49be715a7341a2e2 (patch)
treef2fb52673f1c3ece7c15bb6277face4cae9527dc /community/docker
parentda4e96aacef5e9bd9a7dccecffdc92f588a6dd78 (diff)
downloadaports-12b331734c01892fd91c249f49be715a7341a2e2.tar.bz2
aports-12b331734c01892fd91c249f49be715a7341a2e2.tar.xz
community/[various]: bump pkgrel for pre-install fixes
Diffstat (limited to 'community/docker')
-rw-r--r--community/docker/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD
index 757413ffff..f8f3eba381 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -2,7 +2,7 @@
pkgname=docker
pkgver=1.11.0
_ver=${pkgver/_/-}
-pkgrel=1
+pkgrel=2
_gitcommit=v$_ver
pkgdesc="Pack, ship and run any application as a lightweight container"
url="http://www.docker.io/"