Skip to content

Commit af16735

Browse files
filiprojekclassabbyamp
authored andcommitted
docker-compose: update to 5.0.0
1 parent 87ca1cc commit af16735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

srcpkgs/docker-compose/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Template file for 'docker-compose'
22
pkgname=docker-compose
3-
version=2.40.3
3+
version=5.0.0
44
revision=1
55
build_style=go
6-
go_import_path="github.com/docker/compose/v2"
6+
go_import_path="github.com/docker/compose/v5"
77
go_package="${go_import_path}/cmd"
88
go_ldflags="-X ${go_import_path}/internal.Version=v${version}"
99
depends="docker-cli"
@@ -13,7 +13,7 @@ license="Apache-2.0"
1313
homepage="https://docs.docker.com/compose/"
1414
changelog="https://github.com/docker/compose/releases"
1515
distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
16-
checksum=5ee988a7d9e00ffa2d166a50f4cda0e13622f2220f1ffa6aff353f33cf40e37e
16+
checksum=2c50b805cbb35c7257b54e739aa71c5d7aa5da3a8b2da5c5bb8f145c3bf02e96
1717

1818
post_install() {
1919
vmkdir usr/libexec/docker/cli-plugins

0 commit comments

Comments
 (0)