2021-07-21 14:00:23 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.8.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.8.2/grpcurl_1.8.2_windows_x86_64.zip",
"hash": "2632ab6538973c6344b35e5cca2f729232a1c0e6f9a931efca778cbbef3ad75e"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.2/grpcurl_1.8.2_windows_x86_32.zip",
"hash": "5c1681e9a169aa232e76698ffb11811e454aca43cbf90f84f20632f0b6b2dbf0"
}
},
"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"
}
}
}