docker-compose: update to 2.27.1
This commit is contained in:
parent
be0bf6423a
commit
910cbd897b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=2.27.0
|
||||
version=2.27.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/compose/v2"
|
||||
|
@ -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=29b2232d1609dff03db74188a7944c85ba8b612f47a7e39938a43db8fb7d7067
|
||||
checksum=5abf8de3a413894c2ed061812d68c8d8eb4e255b25bf38e2ac58d3ba0546a218
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/docker/cli-plugins
|
||||
|
|
Loading…
Reference in New Issue