2026-02-27 00:54:19 +00:00

27 lines
835 B
JSON

{
"version": "0.20.0",
"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.20.0/dagger_v0.20.0_windows_amd64.zip",
"hash": "6363dacd70046d1a50bf77f05cb5056eadf5c062c9ae3d6cf7e11388f56d92f6"
}
},
"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"
}
}
}
}
}