2024-04-10 17:09:50 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.9.1",
"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.9.1/grpcurl_1.9.1_windows_x86_64.zip",
"hash": "898bcded6677e296d057207b9246a29f92f5dcb0f46f10711771a5b27e0cf8c1"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.1/grpcurl_1.9.1_windows_x86_32.zip",
"hash": "46a83bcae3e2769ada1d06829c0c65623b072b993afd04e557fe73317734791a"
}
},
"bin": "grpcurl.exe",
"checkver": {
"url": "https://api.github.com/repositories/111431261/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"
}
}
}