2023-09-23 00:32:44 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.8.8",
"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.8/grpcurl_1.8.8_windows_x86_64.zip",
"hash": "3893be37a26a7e48d010fb94e5f465135734171547ec1a37425ba6ec5b780885"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.8/grpcurl_1.8.8_windows_x86_32.zip",
"hash": "d6a7a0c9cfe1673b44405aeada05a51bb9edfde2512716d704c55597b10d4c80"
}
},
"bin": "grpcurl.exe",
"checkver": {
"url": "https://api.github.com/repos/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"
}
}
}