diff --git a/Makefile b/Makefile index 67b0a79..058890f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=28.0.2 +PKG_VERSION:=28.0.3 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:=7cfc0c13358497f9c6d8e1558d70195e6b72f37cbd9605ba35812ef395186927 -PKG_GIT_SHORT_COMMIT:=bea4de2 # SHA1 used within the docker executables +PKG_HASH:=80abc6ed892d0099cc93720c31e7f99af4e09050cac3e2303615e794d7ec3a97 +PKG_GIT_SHORT_COMMIT:=330857a # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan