2023-08-16 16:28:28 +00:00

27 lines
832 B
JSON

{
"version": "0.8.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.8.3/dagger_v0.8.3_windows_amd64.zip",
"hash": "40c403f58f56d5b73a8ba2c15afe391d029b4ffb83ddfaf5be653d5c6e34d1c0"
}
},
"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"
}
}
}
}
}