docker-compose: update to 2.24.6, adopt

This commit is contained in:
Filip Rojek 2024-01-19 00:05:44 +01:00 committed by Leah Neukirchen
parent b5f5339f78
commit 03c24779dd

View file

@ -1,6 +1,6 @@
# Template file for 'docker-compose'
pkgname=docker-compose
version=2.24.0
version=2.24.6
revision=1
build_style=go
go_import_path="github.com/docker/compose/v2"
@ -8,12 +8,12 @@ go_package="${go_import_path}/cmd"
go_ldflags="-X ${go_import_path}/internal.Version=v${version}"
depends="docker-cli"
short_desc="Tool to define and run multi-container Docker applications"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Filip Rojek <filip@filiprojek.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=4ceafedf732f9203ccc85f6ec5fff68bae992700339905b0c51ede5b73ebbf45
checksum=14fffeba19b82c8e5a9cdf6d873522a11ee4e25bbb86bbdf468795274429db70
post_install() {
vmkdir usr/libexec/docker/cli-plugins