diff options
-rw-r--r-- | utils/docker-compose/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 621a6134a..d14dc8fe8 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=compose -PKG_VERSION:=2.26.1 -PKG_RELEASE:=2 +PKG_VERSION:=2.27.0 +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:=081ad40241f8e144cad088a65e6fd0ec588e3d36931e5baabb3dc5ab068ceb60 +PKG_HASH:=29b2232d1609dff03db74188a7944c85ba8b612f47a7e39938a43db8fb7d7067 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> |