aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2024-01-18 23:33:55 +0100
committerTianling Shen <cnsztl@gmail.com>2024-01-19 14:48:01 +0800
commit42bd4ef5da8d66d0587bf14a7729210979365fdb (patch)
treef583d65ae4f38bf1d8bfc8fc15998511c63206b0 /utils
parent5a64a1b9abee0b777241ed077d1f07d4a963a142 (diff)
docker-compose: Update to version 2.24.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 bfafd4b37..5b7ed60a4 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.0
+PKG_VERSION:=2.24.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:=4ceafedf732f9203ccc85f6ec5fff68bae992700339905b0c51ede5b73ebbf45
+PKG_HASH:=6bc723e36c1bd6c83f83fc1ee65097df29c6780f5e136e61e53ef96316be593f
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>