ScoopInstaller_Main/glide.json
Rémy 2fa1b0112e Checkver add github helper
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
2017-01-01 18:22:31 +01:00

22 lines
826 B
JSON

{
"homepage": "https://glide.sh/",
"license": "https://github.com/Masterminds/glide/blob/master/LICENSE",
"version": "0.12.3",
"architecture": {
"64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-amd64.zip",
"hash": "5F10BC68D533269315B510DEA924724A0989598C43228B1D69ED7308B2E80406",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-386.zip",
"hash": "6A9082A55F1605EF75EA6862E4849D581D8883E9BF1A76872434928AEA71DE38",
"extract_dir": "windows-386"
}
},
"bin": "glide.exe",
"checkver": {
"github": "https://github.com/Masterminds/glide"
}
}