2025-02-12 16:31:55 +00:00

27 lines
835 B
JSON

{
"version": "0.15.4",
"description": "A portable devkit for CI/CD pipelines",
"homepage": "https://dagger.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/dagger/dagger/releases/download/v0.15.4/dagger_v0.15.4_windows_amd64.zip",
"hash": "5ba88a1b788013318129ae042001feeaf481035770c5d1f3a42e7a67a559ce91"
}
},
"bin": "dagger.exe",
"checkver": {
"github": "https://github.com/dagger/dagger"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dagger/dagger/releases/download/v$version/dagger_v$version_windows_amd64.zip",
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}
}
}