diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 6d0a722df71e28..7a7b4ba787dac6 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=compose -PKG_VERSION:=5.0.2 +PKG_VERSION:=5.1.3 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}? -PKG_HASH:=9cd91c987bfe5924c1883b7ccd82a5a052e97d0ea149d6a00b2a8c3bf3148009 +PKG_HASH:=19c7219c97390473bb96530153e64fce98d4b05ecf6f73016e564201d99512e7 PKG_MAINTAINER:=Javier Marcet