mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
biome: Fix checkver regex to avoid nightly tags (#6755)
switches to using the github api feed for releases
This commit is contained in:
parent
0003b82fd1
commit
41b6acbed0
@ -15,8 +15,9 @@
|
||||
},
|
||||
"bin": "biome.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/biomejs/biome/tags",
|
||||
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
|
||||
"url": "https://api.github.com/repos/biomejs/biome/releases",
|
||||
"jsonpath": "$..tag_name",
|
||||
"regex": "cli/[vV]([\\d.]+)\""
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user