diff --git a/Makefile b/Makefile index 8b4502d..c6369ee 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=27.2.0 +PKG_VERSION:=27.2.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:=5a7dd42736d68a50302100f707dd262fcf386bae0a6ff23f30c786e6e8292450 -PKG_GIT_SHORT_COMMIT:=3ab5c7d # SHA1 used within the docker executables +PKG_HASH:=d8314990428a947143fedc846e5f7b5f08b0cdd06c504e1cd1fbc2f577523c13 +PKG_GIT_SHORT_COMMIT:=8b539b8 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan