2025-03-11 20:28:24 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.9.3",
"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.3/grpcurl_1.9.3_windows_x86_64.zip",
"hash": "895335dfa7be74803eeb5acf3ec5d3b06c1e9483fdda3c7622bdef9ad388f32a"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.3/grpcurl_1.9.3_windows_x86_32.zip",
"hash": "1c607fbc09f85f183bd3d1a269edc3189ada7b2f0e746f38a1d8cc40a5de436e"
}
},
"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"
}
}
}