mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker-compose: update to 2.12.2.
This commit is contained in:
parent
56d1d16c21
commit
88f1aa3937
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.10.2
|
version=2.12.2
|
||||||
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"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://docs.docker.com/compose/"
|
homepage="https://docs.docker.com/compose/"
|
||||||
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=74c86d544fcfb80bb2d3b58187bd017adb0e62863d22114a66c14fc94fdbc421
|
checksum=311131c5d930fdb1f5e86de19ea2ad1705d23e5745b780c0b10b2eb3f964fc69
|
||||||
|
|
||||||
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