(chore) grpcurl: Fix checkver

Checkver was broken because no filenames provided in Releases page anymore
This commit is contained in:
tech189 2022-12-20 21:29:03 +00:00
parent 9b37e27383
commit 23456d72e8

View File

@ -15,7 +15,7 @@
},
"bin": "grpcurl.exe",
"checkver": {
"url": "https://github.com/fullstorydev/grpcurl/releases",
"url": "https://api.github.com/repos/fullstorydev/grpcurl/releases",
"regex": "grpcurl_([\\d.]+)_windows_x"
},
"autoupdate": {