From dc238465f901b930d02d227a09b660bb6f2a1015 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Thu, 14 Apr 2022 23:53:37 +0800 Subject: [PATCH] dust: Fix checkver Dust marks 'v0.8.1-alpha.2' as 'latest version'. Matching from all releases to get version '0.8.0' --- bucket/dust.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/dust.json b/bucket/dust.json index f0911bc260..86b52eb9ea 100644 --- a/bucket/dust.json +++ b/bucket/dust.json @@ -16,7 +16,10 @@ } }, "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": { "architecture": { "64bit": {