ScoopInstaller_Main/git-lfs.json
2018-05-29 03:00:19 +00:00

44 lines
1.6 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.4.2",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.2/git-lfs-windows-386-2.4.2.zip",
"hash": "c67df92538a88ce8f729da6e2edd0ac609450790eaec4b60eba59c04ba92f3b9",
"extract_dir": "git-lfs-windows-386-2.4.2"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.2/git-lfs-windows-amd64-2.4.2.zip",
"hash": "4c95d8e842ef55013c8ac99c4ffcad2a20a41bc41bd8e0943a228a03e07cd976",
"extract_dir": "git-lfs-windows-amd64-2.4.2"
}
},
"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-$version.zip",
"extract_dir": "git-lfs-windows-386-$version"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
"extract_dir": "git-lfs-windows-amd64-$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>"
}
}
}