diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-08-11 09:27:03 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-08-11 09:27:03 +0200 |
commit | 54809b2eb4b4db1f230d5c82c96a7e59b3fabadc (patch) | |
tree | b967af81a83355926b51b45fa86baecae8e437b9 /utils | |
parent | 138a60407f88fc920cccd1aea5c7e149492d9d74 (diff) |
docker-ce: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/docker-ce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/docker-ce/Makefile b/utils/docker-ce/Makefile index aa9af5c1b..aa0c9131a 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:=6 +PKG_RELEASE:=7 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=components/cli/LICENSE components/engine/LICENSE |