2023-01-26 20:25:54 +00:00

27 lines
835 B
JSON

{
"version": "0.3.10",
"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.3.10/dagger_v0.3.10_windows_amd64.zip",
"hash": "17d8ad953dcaca9c12b4125bcbf8dc619004e2539c8a6e711d5c001e01237a94"
}
},
"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"
}
}
}
}
}