mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +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
21 lines
757 B
JSON
21 lines
757 B
JSON
{
|
|
"version": "0.18",
|
|
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.18/hugo_0.18_windows-64bit.zip",
|
|
"hash": "9C6094196524A9F8CBB2A3FD83A309C7FF42E62CE24DECF10222FA9D0B0EAA16",
|
|
"bin": [ "hugo_0.18_windows_amd64.exe" ]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.18/hugo_0.18_windows-32bit.zip",
|
|
"hash": "12FAB36D0492E90B1004227D6FC62683682C3D19369C3A8166D0158A89D9DFFA",
|
|
"bin": [ "hugo_0.18_windows_386.exe" ]
|
|
}
|
|
},
|
|
"homepage": "http://gohugo.io",
|
|
"checkver": {
|
|
"github": "https://github.com/spf13/hugo"
|
|
}
|
|
}
|