2024-04-04 17:09:05 +00:00

27 lines
835 B
JSON

{
"version": "0.11.0",
"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.0/dagger_v0.11.0_windows_amd64.zip",
"hash": "56a4a5659c38770767dab65dda8d0af8c9e34192e3a00a2d928b02f9f676458f"
}
},
"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"
}
}
}
}
}