mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +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",
|
"bin": "grpcurl.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/fullstorydev/grpcurl/releases",
|
"url": "https://api.github.com/repos/fullstorydev/grpcurl/releases",
|
||||||
"regex": "grpcurl_([\\d.]+)_windows_x"
|
"regex": "grpcurl_([\\d.]+)_windows_x"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user