diff options
author | Javier Marcet <javier@marcet.info> | 2023-02-09 10:07:28 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-02-11 11:47:37 +0800 |
commit | 6b53f122ff2fc38f849d2d8e3373464a4d6f62a4 (patch) | |
tree | 970b11d9eaf41c97d6ac65275ba09cf5b63b00d0 /utils | |
parent | 63baa4249e0a0780e3e28b4f642f1e4c3045da1f (diff) |
docker-compose: Update to version 2.16.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/docker-compose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 71d9800e6..34ff2e08a 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.15.1 +PKG_VERSION:=2.16.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:=8ace5441826c6f07f5aa12c1864f73d30a362703492d9ed4b2e2314d3b353b1b +PKG_HASH:=556dc59075280442128f5b45a8ff37638fb357c2a956bd751dd0ba747c93e71d PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> |