2023-03-23 08:28:05 +00:00

27 lines
832 B
JSON

{
"version": "0.4.2",
"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.4.2/dagger_v0.4.2_windows_amd64.zip",
"hash": "8e7b75813a33551b09f4e83573c5f67927f978d7780c2ab14ebb6c03f39262b5"
}
},
"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"
}
}
}
}
}