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.9",
|
|
"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.9/grpcurl_1.8.9_windows_x86_64.zip",
|
|
"hash": "9e4a2f123edbe7c4a556596ba0496ebf50fc91f21a7043069a19a348040cc9ff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.9/grpcurl_1.8.9_windows_x86_32.zip",
|
|
"hash": "a66c0c49c37e43a9f46c488882d64a31f74650a206c4553d52cdb9751eab39db"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|