diff --git a/Makefile b/Makefile index 9a78479..85c4dfa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=29.7.1 +PKG_VERSION:=29.7.2 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:=docker-v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=e852479cc37cbf151126be1c077bef5e7ceea6c854dd860d46e61004bdf70b76 -PKG_GIT_SHORT_COMMIT:=c5b8ce9 # SHA1 used within the docker executables +PKG_HASH:=3a93a88bff41ffa6f4dca9f4ed9fc05e7fdb08e0f9014cf1d8177f85ecbc0683 +PKG_GIT_SHORT_COMMIT:=6a43e3d # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan