ScoopInstaller_Main/git-lfs.json
2018-08-02 21:00:19 +00:00

44 lines
1.6 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.5.1",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.5.1/git-lfs-windows-386-v2.5.1.zip",
"hash": "64eb8782df371e5ef3b8cf07134a745be2b782920726ba2b924cc3d56b7c03ed",
"extract_dir": "git-lfs-windows-386-v2.5.1"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.5.1/git-lfs-windows-amd64-v2.5.1.zip",
"hash": "62ce983c2e4074b58bc88f20c12e15f00d2fb27acaf7219c860f1fd21af0f991",
"extract_dir": "git-lfs-windows-amd64-v2.5.1"
}
},
"suggest": {
"Git": [
"git",
"git-with-openssh"
]
},
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/git-lfs/git-lfs"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-v$version.zip",
"extract_dir": "git-lfs-windows-386-v$version"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip",
"extract_dir": "git-lfs-windows-amd64-v$version"
}
},
"hash": {
"url": "https://github.com/git-lfs/git-lfs/releases/tag/v$version",
"find": "<strong>$basename</strong><br>\\s+([a-fA-F0-9]{64})</p>"
}
}
}