2021-10-07 21:00:33 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.8.5",
"description": "cURL like utility for gRPC",
"homepage": "https://github.com/fullstorydev/grpcurl",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_windows_x86_64.zip",
"hash": "98b101bc7c83ccc8bb26f20287c2c7fa6f62078a290634bcf089e0cb3e8b83f6"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_windows_x86_32.zip",
"hash": "76bab85806828d8d537bff2f25a6bffa9af9191248a27f00dafdbd757c9f9616"
}
},
"bin": "grpcurl.exe",
"checkver": {
"url": "https://github.com/fullstorydev/grpcurl/releases",
"regex": "grpcurl_([\\d.]+)_windows_x"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v$version/grpcurl_$version_windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v$version/grpcurl_$version_windows_x86_32.zip"
}
},
"hash": {
"url": "$baseurl/grpcurl_$version_checksums.txt"
}
}
}