ScoopInstaller_Main/git-lfs.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

23 lines
823 B
JSON

{
"version": "1.5.3",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.5.3/git-lfs-windows-386-1.5.3.zip",
"hash": "63017d38410e36d039e7a500f8aa2e8d80ca729f454de19a853b10ebf8920527",
"extract_dir": "git-lfs-windows-386-1.5.3"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.5.3/git-lfs-windows-amd64-1.5.3.zip",
"hash": "75266d8798f7bb16dc163a7fef7f6145f53a7f740f098e10c8a8bdef56b4fc78",
"extract_dir": "git-lfs-windows-amd64-1.5.3"
}
},
"depends": "git",
"homepage": "https://git-lfs.github.com/",
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/github/git-lfs"
}
}