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:
Issac Lin 2022-04-14 23:53:37 +08:00 committed by GitHub
parent dce162480c
commit dc238465f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {