2024-07-25 20:25:24 +00:00

27 lines
835 B
JSON

{
"version": "0.12.3",
"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.12.3/dagger_v0.12.3_windows_amd64.zip",
"hash": "e1b79deb93dbe6d01550fbda8cedc195cfa4e872a20d5062895aff5fd14075c0"
}
},
"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"
}
}
}
}
}