mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
dust: Fix checkver
Dust marks 'v0.8.1-alpha.2' as 'latest version'. Matching from all releases to get version '0.8.0'
This commit is contained in:
parent
dce162480c
commit
dc238465f9
@ -16,7 +16,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "dust.exe",
|
"bin": "dust.exe",
|
||||||
"checkver": "github",
|
"checkver": {
|
||||||
|
"url": "https://api.github.com/repos/bootandy/dust/releases",
|
||||||
|
"regex": "dust-v([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user