From: Javier Marcet Date: Thu, 20 Jun 2024 23:10:42 +0000 (+0200) Subject: docker-compose: Update to version 2.27.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fdf3d2e7c1994b40c860d8ccbc7fa1637fd93250;p=openwrt-packages.git docker-compose: Update to version 2.27.2 Release notes: https://github.com/docker/compose/releases/tag/v2.27.2 Signed-off-by: Javier Marcet --- diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 2249b0970..c08102c2c 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.27.1 +PKG_VERSION:=2.27.2 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}? -PKG_HASH:=5abf8de3a413894c2ed061812d68c8d8eb4e255b25bf38e2ac58d3ba0546a218 +PKG_HASH:=1769596433f68fa68ed67974e796ddb71a96064f18e0d79f5c4259ed5c1be98b PKG_MAINTAINER:=Javier Marcet