2024-04-26 12:31:23 +00:00

27 lines
835 B
JSON

{
"version": "0.11.2",
"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.2/dagger_v0.11.2_windows_amd64.zip",
"hash": "f16bb092b8df1f591915cdd54ff02c363300cc449f240ab095b203cd3e3bd5b4"
}
},
"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"
}
}
}
}
}