aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2024-03-29 17:32:00 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2024-03-31 13:06:28 +0200
commit9db6b4ababa9c9ee751d627ac00386fe9bfe7b7a (patch)
treeb175c90c21af926599d97804f4095083e5e4571c /utils
parent1f9349d12a4760246dd985942959eb8d5eaac042 (diff)
docker-compose: Update to version 2.26.1
Release notes: https://github.com/docker/compose/releases/tag/v2.26.1 Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'utils')
-rw-r--r--utils/docker-compose/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile
index 1c9ce4f41..81c74fa1e 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.0
+PKG_VERSION:=2.26.1
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=b42bb6b118b664db8a37a160b4b3782712199fedd35731a2314b5762b2700d3f
+PKG_HASH:=081ad40241f8e144cad088a65e6fd0ec588e3d36931e5baabb3dc5ab068ceb60
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>