From 37a86626e05b8324e0d6234cf4f3a3f65c88c0a4 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Fri, 2 Dec 2022 21:43:36 +0100 Subject: [PATCH] docker-compose: Update to version 2.14.0 Signed-off-by: Javier Marcet --- utils/docker-compose/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 46f174359..c62132da1 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.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=2.14.0 +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:=311131c5d930fdb1f5e86de19ea2ad1705d23e5745b780c0b10b2eb3f964fc69 +PKG_HASH:=003efb3139298aa4795f7a9fa4723ef43c12b401c235fe0c93dd23cc2c6b5f2e PKG_MAINTAINER:=Javier Marcet