aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2023-08-13 10:13:39 +0200
committerTianling Shen <cnsztl@gmail.com>2023-08-15 06:57:50 +0800
commitff1c1aceaa118ada258f6c25a40cd76a4c391e70 (patch)
tree5e150db6a5295ddaf80e1bfaf648cb8814b334b9 /utils
parent565e79e73619f806bc56ef189917ba013f306023 (diff)
docker-compose: Update to version 2.20.3
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 267272050..e4f5fe0d4 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.20.2
+PKG_VERSION:=2.20.3
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:=f7aa0fd19fe457cb0310e3049f57253bddbf896a366824c3cd084a754967fb59
+PKG_HASH:=af8025623de3991a15a89575ae4fc4f3f38a17311af9641815500c01f0775950
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>