2023-12-08 20:24:24 +00:00

27 lines
832 B
JSON

{
"version": "0.9.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.9.4/dagger_v0.9.4_windows_amd64.zip",
"hash": "839c289ff6a3e8941b59767ba91b3cec084cd9c32130be5b5b9e4d5e9afb7ac5"
}
},
"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"
}
}
}
}
}