mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
docker-compose: update to 2.24.6, adopt
This commit is contained in:
parent
b5f5339f78
commit
03c24779dd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue