diff --git a/Makefile b/Makefile index 03499a4..3f0d683 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=28.1.1 +PKG_VERSION:=28.2.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:=5c9402ef5886be7683260a424c02de199b45b7e15633d90e03faaf672f7041fc -PKG_GIT_SHORT_COMMIT:=01f442b # SHA1 used within the docker executables +PKG_HASH:=3fc9c369cb7f625f65f2c6ac9977dee686d08317fd1011c0f1df3a0a33757183 +PKG_GIT_SHORT_COMMIT:=0e2cc22 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan