mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
docker-compose: update to 2.21.0.
This commit is contained in:
parent
28f85edd27
commit
be023243ac
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=2.20.3
|
||||
revision=2
|
||||
version=2.21.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/compose/v2"
|
||||
go_package="${go_import_path}/cmd"
|
||||
|
@ -13,7 +13,7 @@ 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=af8025623de3991a15a89575ae4fc4f3f38a17311af9641815500c01f0775950
|
||||
checksum=0014b23382a50c90f91849e491500568366052882e22011822ca2d8a3b2976f2
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/docker/cli-plugins
|
||||
|
|
Loading…
Add table
Reference in a new issue