2025-08-19 16:30:13 +00:00

27 lines
838 B
JSON

{
"version": "0.18.16",
"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.16/dagger_v0.18.16_windows_amd64.zip",
"hash": "5d7a5b5071510b3450a5a7d0945987cea0a081d7b7d701d5e5e0e54a028fdc21"
}
},
"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"
}
}
}
}
}