mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 08:37:02 +02:00
docker-compose: update to 2.10.2.
This commit is contained in:
parent
c7be2310a7
commit
1837d4c770
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=2.6.1
|
||||
version=2.10.2
|
||||
revision=1
|
||||
wrksrc="compose-${version}"
|
||||
build_style=go
|
||||
|
@ -12,7 +12,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://docs.docker.com/compose/"
|
||||
distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7d4ad5354e382809368016210b33c4f6c3bca68da15e36edc671da00fb234666
|
||||
checksum=74c86d544fcfb80bb2d3b58187bd017adb0e62863d22114a66c14fc94fdbc421
|
||||
|
||||
post_install() {
|
||||
mkdir -p ${DESTDIR}/usr/libexec/docker/cli-plugins
|
||||
|
|
Loading…
Add table
Reference in a new issue