2025-04-01 08:30:20 +00:00

27 lines
835 B
JSON

{
"version": "0.18.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.18.0/dagger_v0.18.0_windows_amd64.zip",
"hash": "48e64e4e8db8c3692fa91842db5117e71a2755b8263544516a18ee6b31ab4c18"
}
},
"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"
}
}
}
}
}