docker-compose: update to 2.16.0.
This commit is contained in:
parent
959fd8b4d3
commit
c8fc3bcdbd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=2.15.1
|
||||
version=2.16.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/compose/v2/cmd"
|
||||
|
@ -10,8 +10,9 @@ short_desc="Tool to define and run multi-container Docker applications"
|
|||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://docs.docker.com/compose/"
|
||||
changelog="https://github.com/docker/compose/releases"
|
||||
distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8ace5441826c6f07f5aa12c1864f73d30a362703492d9ed4b2e2314d3b353b1b
|
||||
checksum=556dc59075280442128f5b45a8ff37638fb357c2a956bd751dd0ba747c93e71d
|
||||
|
||||
post_install() {
|
||||
mkdir -p ${DESTDIR}/usr/libexec/docker/cli-plugins
|
||||
|
|
Loading…
Reference in New Issue