diff --git a/Makefile b/Makefile index 264ee79..5c9f97e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=29.3.0 +PKG_VERSION:=29.3.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:=docker-v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=ac591291294da599e824f91d6a21a43bf93503b8ab608faa198899b3f973d7c5 -PKG_GIT_SHORT_COMMIT:=83bca51 # SHA1 used within the docker executables +PKG_HASH:=a43d044ac4a868c13b0e242776ce31d294c2c045dfe1e812bbccecb6a4665a95 +PKG_GIT_SHORT_COMMIT:=f78c987 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan