File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Template file for 'docker-compose'
22pkgname=docker-compose
3- version=2.40.3
3+ version=5.0.0
44revision=1
55build_style=go
6- go_import_path="github.com/docker/compose/v2 "
6+ go_import_path="github.com/docker/compose/v5 "
77go_package="${go_import_path}/cmd"
88go_ldflags="-X ${go_import_path}/internal.Version=v${version}"
99depends="docker-cli"
@@ -13,7 +13,7 @@ license="Apache-2.0"
1313homepage="https://docs.docker.com/compose/"
1414changelog="https://github.com/docker/compose/releases"
1515distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
16- checksum=5ee988a7d9e00ffa2d166a50f4cda0e13622f2220f1ffa6aff353f33cf40e37e
16+ checksum=2c50b805cbb35c7257b54e739aa71c5d7aa5da3a8b2da5c5bb8f145c3bf02e96
1717
1818post_install() {
1919 vmkdir usr/libexec/docker/cli-plugins
You can’t perform that action at this time.
0 commit comments