2024-11-28 20:28:35 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.9.2",
"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.2/grpcurl_1.9.2_windows_x86_64.zip",
"hash": "14b3806253eeee29ac7c467ba6b2c5d0fdc2b889833af6e3603157354e0f5135"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.2/grpcurl_1.9.2_windows_x86_32.zip",
"hash": "72a08fb95e1c1b139bc13f10673bafd6e54323e4893de6e57483b63224595d6c"
}
},
"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"
}
}
}