2025-09-16 16:30:04 +00:00

27 lines
838 B
JSON

{
"version": "0.18.18",
"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.18.18/dagger_v0.18.18_windows_amd64.zip",
"hash": "ef2fb977520f29e79954a517e3ccebe18715f8de5f9c477824ed4233cd9fed39"
}
},
"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"
}
}
}
}
}