From d505964788d918307e338028761fd9916c90a411 Mon Sep 17 00:00:00 2001 From: Han Li Date: Tue, 14 May 2024 22:55:41 +0800 Subject: [PATCH] vfox: Fix manifest (#5827) --- bucket/vfox.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bucket/vfox.json b/bucket/vfox.json index ce324b62ef..1612f45781 100644 --- a/bucket/vfox.json +++ b/bucket/vfox.json @@ -26,8 +26,7 @@ }, "bin": "vfox.exe", "checkver": { - "url": "https://github.com/version-fox/vfox/raw/main/internal/version.go", - "regex": "\"([\\d\\.]+)\"" + "github": "https://github.com/version-fox/vfox" }, "autoupdate": { "architecture": { @@ -45,8 +44,7 @@ } }, "hash": { - "url": "https://github.com/version-fox/vfox/releases/download/v$version/checksums.txt", - "find": "$sha256[\\S\\s]+$basename" + "url": "$baseurl/checksums.txt" } } }