mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
grpcurl: Add version 1.6.0 (#1072)
* grpcurl: Add version 1.5.0 * grpcurl: Simplify autoupdate hash * grpcurl: Match version groups in checkver regex * grpcurl: Make recommended changes
This commit is contained in:
parent
b1bace73a5
commit
0b644477e3
34
bucket/grpcurl.json
Normal file
34
bucket/grpcurl.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"version": "1.6.0",
|
||||
"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.0/grpcurl_1.6.0_windows_x86_64.zip",
|
||||
"hash": "6f418bb8bd7b57d4116925d894782142863617e35c46dca8a047983737f0301d"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.6.0/grpcurl_1.6.0_windows_x86_32.zip",
|
||||
"hash": "d975772608dd98bc034526899320fb5bebb8e68efe377198643226ffb1f06288"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user