aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2024-04-25 19:25:35 +0200
committerTianling Shen <cnsztl@gmail.com>2024-04-26 01:57:33 +0800
commitbb5e6e15ef9d285b6232ae25cd3736f829d4482e (patch)
tree75b4d317e5a701ee4e5b1646aef00f4d0317fa05 /utils
parent1721f4fb79246f07b3bddde8908752a62a20f153 (diff)
docker-compose: Update to version 2.27.0
Release notes: https://github.com/docker/compose/releases/tag/v2.27.0 Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'utils')
-rw-r--r--utils/docker-compose/Makefile6
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>