From: Johann Neuhauser Date: Fri, 15 Nov 2019 22:14:52 +0000 (+0100) Subject: docker-ce: bump to version 19.03.5 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b51d8b252ebb4cbe2cb17b2db5a6a87e6d990e2b;p=feed%2Fpackages.git docker-ce: bump to version 19.03.5 Signed-off-by: Johann Neuhauser --- diff --git a/utils/docker-ce/Makefile b/utils/docker-ce/Makefile index bd90b22061..4464cba595 100644 --- a/utils/docker-ce/Makefile +++ b/utils/docker-ce/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker-ce -PKG_VERSION:=19.03.4 -PKG_RELEASE:=2 +PKG_VERSION:=19.03.5 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=components/cli/LICENSE components/engine/LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/docker/docker-ce/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b279493f74f0d91253c7cb4b49e0b4be139de0a1d164303ce6814028d642d656 -PKG_SOURCE_VERSION:=9013bf583a # SHA1 used within the docker executables +PKG_HASH:=d7948256e32bb4c104285d78e652ba9ead898c2e4dcee05f05ede2eaba719919 +PKG_SOURCE_VERSION:=633a0ea838 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan