docker-compose: update to 5.0.0
This commit is contained in:
committed by
classabbyamp
parent
87ca1cc3bf
commit
af1673541b
@@ -1,9 +1,9 @@
|
||||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=2.40.3
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/compose/v2"
|
||||
go_import_path="github.com/docker/compose/v5"
|
||||
go_package="${go_import_path}/cmd"
|
||||
go_ldflags="-X ${go_import_path}/internal.Version=v${version}"
|
||||
depends="docker-cli"
|
||||
@@ -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=5ee988a7d9e00ffa2d166a50f4cda0e13622f2220f1ffa6aff353f33cf40e37e
|
||||
checksum=2c50b805cbb35c7257b54e739aa71c5d7aa5da3a8b2da5c5bb8f145c3bf02e96
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/docker/cli-plugins
|
||||
|
||||
Reference in New Issue
Block a user