2023-02-24 20:28:36 +00:00

27 lines
835 B
JSON

{
"version": "0.3.13",
"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.3.13/dagger_v0.3.13_windows_amd64.zip",
"hash": "c3982ac436877304998036fadd44203448512359bcb41b381bb113061aa6c794"
}
},
"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"
}
}
}
}
}