aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2024-01-24 19:07:16 +0100
committerTianling Shen <cnsztl@gmail.com>2024-01-25 09:44:08 +0800
commit9e0854681cb92ff88610b5782f3161eaec94fb64 (patch)
tree54c168a3d10728f8cff22ef63f8703b9afb96ad3 /utils
parent2d0649c1c9737bac40f079c87eebb16f1acda656 (diff)
docker-compose: Update to version 2.24.3
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 f13f43c69..a76433548 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.24.2
+PKG_VERSION:=2.24.3
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:=0929b693437da762763d2959cf5050ff00af627e460fcc5bdb990589a0be1933
+PKG_HASH:=255b6e204c87a0d13e9f28cc3e60c39ce81c879a6df5d14d3202fff159f467db
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>