2023-08-03 16:26:01 +00:00

27 lines
832 B
JSON

{
"version": "0.8.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.8.0/dagger_v0.8.0_windows_amd64.zip",
"hash": "571eabf0ffd586204a03b5903f13a1e5da01285560b32096dc387b0a0dd95e22"
}
},
"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"
}
}
}
}
}