mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.6.1",
|
|
"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.6.1/grpcurl_1.6.1_windows_x86_64.zip",
|
|
"hash": "15191a434871e3fc4f24d9ac565885bac89a5cf5aa9f93e89eb4a3fa7087e46f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.6.1/grpcurl_1.6.1_windows_x86_32.zip",
|
|
"hash": "b546b3f528c4092167f9822211deba3a08584fd62e9df9d109cbca4c85bed1d9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|