mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker-compose: update to 2.29.1
This commit is contained in:
parent
c093266a3d
commit
8dfe887c3a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=2.27.1
|
version=2.29.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/docker/compose/v2"
|
go_import_path="github.com/docker/compose/v2"
|
||||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="https://docs.docker.com/compose/"
|
homepage="https://docs.docker.com/compose/"
|
||||||
changelog="https://github.com/docker/compose/releases"
|
changelog="https://github.com/docker/compose/releases"
|
||||||
distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=5abf8de3a413894c2ed061812d68c8d8eb4e255b25bf38e2ac58d3ba0546a218
|
checksum=9749d621b1b8bc1f5881741e0cbad20b5133a0aeedb9339af06b0187be8141b1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/libexec/docker/cli-plugins
|
vmkdir usr/libexec/docker/cli-plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue