mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.8.6",
|
|
"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.6/grpcurl_1.8.6_windows_x86_64.zip",
|
|
"hash": "53379c2ef781875928e2d74f30fbc5bc334293eb3bf1a2f02b27cfaac7d5d119"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.6/grpcurl_1.8.6_windows_x86_32.zip",
|
|
"hash": "23b5376cccabe943e05882390d1fe1088cf88c2db1bfcae0e6ad1a2d51164d6f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|