2024-05-08 16:36:41 +00:00

27 lines
835 B
JSON

{
"version": "0.11.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.11.3/dagger_v0.11.3_windows_amd64.zip",
"hash": "41aa28848daac7dd97ce5e345979d300f926a7509cf46af8db63723066420dab"
}
},
"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"
}
}
}
}
}