2026-02-06 00:50:45 +00:00

27 lines
838 B
JSON

{
"version": "0.19.11",
"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.19.11/dagger_v0.19.11_windows_amd64.zip",
"hash": "1c05dbbee3951fa3b1e1a3832100d488935420329bbda54691b66f7e83881101"
}
},
"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"
}
}
}
}
}