2020-07-31 09:19:53 +02:00

35 lines
1.3 KiB
JSON

{
"version": "1.7.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.7.0/grpcurl_1.7.0_windows_x86_64.zip",
"hash": "3041cf1cd1bcd111678efc7a7cd8d5eeba1f09f93061f2ce91469a8b5b12e671"
},
"32bit": {
"url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.7.0/grpcurl_1.7.0_windows_x86_32.zip",
"hash": "2333dab90bc8d26c62d1efd8720d48a02b0b9720c89e5346c846c686021e1266"
}
},
"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"
}
}
}