2024-11-09 00:33:57 +00:00

27 lines
835 B
JSON

{
"version": "0.14.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.14.0/dagger_v0.14.0_windows_amd64.zip",
"hash": "f6438baf818b538cdfbaadef5b20a6b00d8e1929b4cbab47f2ed2f2b3a123804"
}
},
"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"
}
}
}
}
}