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