mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
docker-compose: update to 2.36.2
This commit is contained in:
parent
e7e54f2799
commit
7569b49b2a
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=2.29.1
|
||||
revision=2
|
||||
version=2.36.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/compose/v2"
|
||||
go_package="${go_import_path}/cmd"
|
||||
|
@ -13,10 +13,16 @@ 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=9749d621b1b8bc1f5881741e0cbad20b5133a0aeedb9339af06b0187be8141b1
|
||||
checksum=a093a9bbc646f3f6772eb4e2096a3df02618b394568325e4972b9382b0dd67e8
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/docker/cli-plugins
|
||||
mv ${DESTDIR}/usr/bin/cmd ${DESTDIR}/usr/libexec/docker/cli-plugins/docker-compose
|
||||
ln -s /usr/libexec/docker/cli-plugins/docker-compose ${DESTDIR}/usr/bin/docker-compose
|
||||
}
|
||||
|
||||
do_check() {
|
||||
for d in $(go list ./... | grep -v '/pkg/e2e'); do
|
||||
go test "$d"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue