2025-10-24 00:36:32 +00:00

27 lines
835 B
JSON

{
"version": "0.19.3",
"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.3/dagger_v0.19.3_windows_amd64.zip",
"hash": "ec1bfef65d087100f5f26c696a2f9b0f1130fed89e31f4adf35fef78c8322c8b"
}
},
"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"
}
}
}
}
}