mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-22 15:10:12 +09:00
fix: cbqn checkver method
This commit is contained in:
parent
ffbd204a4f
commit
04542cc7fb
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
||||||
},
|
},
|
||||||
"bin": ["BQN.exe"],
|
"bin": ["BQN.exe"],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/actalley/WinBQN/"
|
"url": "https://api.github.com/repos/actalley/WinBQN/releases",
|
||||||
|
"jsonpath": "$[0].name",
|
||||||
|
"regex": "v([\\d.]+-alpha)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue