aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2022-10-21 22:41:30 +0200
committerRosen Penev <rosenp@gmail.com>2022-10-23 23:29:13 -0700
commit17badaee1c630db3cf2c05b7fe903d2f225cece7 (patch)
tree6d8ae1937bc0b70b90d2479aeb43939ac9c7d3b4 /utils
parent46e984f051428d182933dc147f1f82c7efa2c5e1 (diff)
docker-compose: Update to version 2.12.2
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 445fbbf50..46f174359 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.12.0
+PKG_VERSION:=2.12.2
PKG_RELEASE:=$(AUTORELEASE)
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:=f0633461be71a920a511ab3f1c013913eb2a1650debecc1ab8d101eb536684a1
+PKG_HASH:=311131c5d930fdb1f5e86de19ea2ad1705d23e5745b780c0b10b2eb3f964fc69
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>