2023-10-11 20:24:16 +00:00

27 lines
832 B
JSON

{
"version": "0.8.8",
"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.8.8/dagger_v0.8.8_windows_amd64.zip",
"hash": "23044319c39cf78b06acab2cddd4fc9fb43bdf5fb172cfc9db3de36c03b786a6"
}
},
"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"
}
}
}
}
}