diff --git a/Makefile b/Makefile index bdfc150..e7ff993 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker -PKG_VERSION:=28.2.2 +PKG_VERSION:=28.3.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/docker/cli PKG_GIT_REF:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=4a95c430381101c418e02e1ad87679237f3b59d909fa26d9fd36103d0cd36930 -PKG_GIT_SHORT_COMMIT:=e6534b4 # SHA1 used within the docker executables +PKG_HASH:=0ac18927138cd2582e02277d365174a118b962f10084a6bef500a58de705e094 +PKG_GIT_SHORT_COMMIT:=38b7060 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan