mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.
`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
12 lines
351 B
JSON
12 lines
351 B
JSON
{
|
|
"homepage": "https://upx.github.io/",
|
|
"version": "3.92",
|
|
"url": "https://github.com/upx/upx/releases/download/v3.92/upx392w.zip",
|
|
"hash": "041f9fe5c749a5491db1c902db16b55a6d343030103cb1add2fcc5bb63c6143d",
|
|
"bin": "upx392w\\upx.exe",
|
|
"license": "GPL2",
|
|
"checkver": {
|
|
"github": "https://github.com/upx/upx"
|
|
}
|
|
}
|