From 7765f5c602c559c750e582207c51d32a4b6685b8 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 19 Jun 2020 14:13:41 +0200 Subject: [PATCH] docker-ce: update PKG_RELEASE Signed-off-by: Florian Eckert --- utils/docker-ce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/docker-ce/Makefile b/utils/docker-ce/Makefile index 51aac7197..7ec7ce602 100644 --- a/utils/docker-ce/Makefile +++ b/utils/docker-ce/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker-ce PKG_VERSION:=19.03.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=components/cli/LICENSE components/engine/LICENSE