mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
docker-compose: update to 2.18.1
This commit is contained in:
parent
069441d1f5
commit
ee943bed82
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.17.2
|
version=2.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/docker/compose/v2/cmd"
|
go_import_path="github.com/docker/compose/v2/cmd"
|
||||||
|
@ -12,7 +12,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=d6e6de858ecdb0104991c86c66dde5dd4fb6a1160d707308d8ad3167450c8094
|
checksum=192c47c177d9bfd8492ed0c49214af0c740586da6db0b7e9c9a07da37c9dc722
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mkdir -p ${DESTDIR}/usr/libexec/docker/cli-plugins
|
mkdir -p ${DESTDIR}/usr/libexec/docker/cli-plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue