aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2023-01-09 20:56:58 +0100
committerHannu Nyman <hannu.nyman@iki.fi>2023-01-09 23:06:02 +0200
commite7f2e6f01cbf8cdde49c8683e7e1c6fd50b6487a (patch)
treeaf631135e21bffe8ffe075301eee767777245cea /utils
parent88e3cc6615e24f1cf07a4ee8d09341cb17b06048 (diff)
docker-compose: Update to version 2.15.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 5806eeaaa..71d9800e6 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.15.0
+PKG_VERSION:=2.15.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:=da1e2b9760596dad690d5c6bc1a1c3868c67994836c2bb7e3ffbe9c811a9c580
+PKG_HASH:=8ace5441826c6f07f5aa12c1864f73d30a362703492d9ed4b2e2314d3b353b1b
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>