2024-04-16 17:08:21 +00:00

27 lines
835 B
JSON

{
"version": "0.11.1",
"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.1/dagger_v0.11.1_windows_amd64.zip",
"hash": "52a97d4246346393b8c54496b13778e9630cb020f7f7dc31a2ca1e2ec61b1417"
}
},
"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"
}
}
}
}
}