2022-04-19 20:27:46 +00:00

27 lines
832 B
JSON

{
"version": "0.2.7",
"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.2.7/dagger_v0.2.7_windows_amd64.zip",
"hash": "8a64169cd7e42ca358933c921cf1ca29a1b84c3314ea55017b152f7925906732"
}
},
"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"
}
}
}
}
}