2022-08-12 16:32:15 +00:00

27 lines
835 B
JSON

{
"version": "0.2.29",
"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.29/dagger_v0.2.29_windows_amd64.zip",
"hash": "e11d102fa937446379fad7b9b878499f3d66d9bf1e77a6ba918f5e5fd29186c8"
}
},
"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"
}
}
}
}
}