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",
|
"bin": "biome.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/biomejs/biome/tags",
|
"url": "https://api.github.com/repos/biomejs/biome/releases",
|
||||||
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
|
"jsonpath": "$..tag_name",
|
||||||
|
"regex": "cli/[vV]([\\d.]+)\""
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user