From d4134174bcd985c15b0407e3f7d39e089bc81cce Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Tue, 18 Oct 2022 22:40:06 +0200 Subject: [PATCH] docker-compose: Update to version 2.12.0 Signed-off-by: Javier Marcet --- utils/docker-compose/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index c5c0a7b975..445fbbf501 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.11.2 +PKG_VERSION:=2.12.0 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:=592e712f568938046602c0d4c225bc3c333e2b77574634fa0f39a8c066d04561 +PKG_HASH:=f0633461be71a920a511ab3f1c013913eb2a1650debecc1ab8d101eb536684a1 PKG_MAINTAINER:=Javier Marcet