mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
vfox: Fix manifest (#5827)
This commit is contained in:
parent
23ffe9074d
commit
d505964788
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user