From e463610f4b2bb3878a63778bc7ce8ce4e8ef0aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Tue, 1 Dec 2015 19:04:49 +0100 Subject: [PATCH] community/docker: bump pkgrel --- community/docker/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 2f12b32d13c..e10f3ab0338 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Eivind Uggedal pkgname=docker pkgver=1.9.1 -pkgrel=1 +pkgrel=2 _gitcommit=a34a1d5 pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/"