mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
(chore) grpcurl: Fix checkver
Checkver was broken because no filenames provided in Releases page anymore
This commit is contained in:
parent
9b37e27383
commit
23456d72e8
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user