diff --git a/Makefile b/Makefile index af58f59..2433400 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker -PKG_VERSION:=29.1.4 +PKG_VERSION:=29.1.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,7 +10,7 @@ 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:=25e4116fdc682e5d1644c45d02087450ea8ea88c5dff46d8a99533d7ec194610 +PKG_HASH:=6198939fd6de9cec74f9129b388a7f259cac1fe63758d73a61216093001dc55a PKG_GIT_SHORT_COMMIT:=0e6fee6 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan