2022-07-19 20:28:08 +00:00

27 lines
835 B
JSON

{
"version": "0.2.24",
"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.2.24/dagger_v0.2.24_windows_amd64.zip",
"hash": "3a91233ed527d4afa382998d47486507f16e3358666dd34ea139f4c77aa6107d"
}
},
"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"
}
}
}
}
}