2025-04-14 16:29:40 +00:00

27 lines
835 B
JSON

{
"version": "0.18.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.18.3/dagger_v0.18.3_windows_amd64.zip",
"hash": "3c2777c6213f6971a9a0f058e64c76951d46c9d1a847b86d7d204e6de27d089f"
}
},
"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"
}
}
}
}
}