From: Javier Marcet Date: Sat, 4 Jul 2026 01:38:03 +0000 (+0200) Subject: docker-compose: update to version 5.3.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f46f91b7ecadf6ee0c20569b7d4b744d663ea77b;p=openwrt-packages.git docker-compose: update to version 5.3.0 Release notes: https://github.com/docker/compose/releases/tag/v5.3.0 Signed-off-by: Javier Marcet --- diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index d896191bb..838c0e23a 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=compose -PKG_VERSION:=5.2.0 +PKG_VERSION:=5.3.0 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:=7bc980b6a73728372f7123ec1e2908fc30a4b0c2ff6096d8229853742117b205 +PKG_HASH:=496ee43bc6ecee6fbac28e93f6e784a7b0207baec7ae2b0ffb57cfd83bc92874 PKG_MAINTAINER:=Javier Marcet