vfox: Fix manifest (#5827)

This commit is contained in:
Han Li 2024-05-14 22:55:41 +08:00 committed by GitHub
parent 23ffe9074d
commit d505964788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,7 @@
}, },
"bin": "vfox.exe", "bin": "vfox.exe",
"checkver": { "checkver": {
"url": "https://github.com/version-fox/vfox/raw/main/internal/version.go", "github": "https://github.com/version-fox/vfox"
"regex": "\"([\\d\\.]+)\""
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
@ -45,8 +44,7 @@
} }
}, },
"hash": { "hash": {
"url": "https://github.com/version-fox/vfox/releases/download/v$version/checksums.txt", "url": "$baseurl/checksums.txt"
"find": "$sha256[\\S\\s]+$basename"
} }
} }
} }