2024-02-27 16:27:57 +00:00

27 lines
835 B
JSON

{
"version": "0.10.0",
"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.10.0/dagger_v0.10.0_windows_amd64.zip",
"hash": "355773ff4a5634420176b47df79f1ab1606d4075e676943e9040d75d6fba29e0"
}
},
"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"
}
}
}
}
}