2024-05-09 16:36:22 +00:00

27 lines
835 B
JSON

{
"version": "0.11.4",
"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.11.4/dagger_v0.11.4_windows_amd64.zip",
"hash": "79b83f0a5a1e005600dca72b1f7357e4cc8f85745fec3157673802ac66845d79"
}
},
"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"
}
}
}
}
}