diff --git a/Makefile b/Makefile index 0f8f4f1..a2c1375 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=27.5.0 +PKG_VERSION:=27.5.1 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:=f24e988f7b061ae25146f3be9fcdcab54f2e2bd820acc95dfbb29ce43ef47811 -PKG_GIT_SHORT_COMMIT:=38b84dc # SHA1 used within the docker executables +PKG_HASH:=0d071c1773c855778d85590e01b924c1857000fd786485f4b674a3be2d3b893c +PKG_GIT_SHORT_COMMIT:=4c9b3b0 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan