diff --git a/Makefile b/Makefile index 1bfb37e..d1e6d3c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=28.4.0 +PKG_VERSION:=28.5.0 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_GIT_URL:=github.com/moby/moby PKG_GIT_REF:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=4aa0776ef3c040204cada69f3d4d7b89a3cef85e07cbe098c05cdcb000ea7e30 -PKG_GIT_SHORT_COMMIT:=249d679 # SHA1 used within the docker executables +PKG_HASH:=ff49264f9c45d6a87d73462e649435fdbc73527d55c5b3d17f19c94d9128b214 +PKG_GIT_SHORT_COMMIT:=cd04830 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan