Skip to content

Commit

Permalink
docker-compose: Update to version 2.20.3
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Marcet <javier@marcet.info>
  • Loading branch information
jmarcet authored and 1715173329 committed Aug 14, 2023
1 parent 565e79e commit ff1c1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/docker-compose/Makefile
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit ff1c1ac

Please sign in to comment.