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

44 lines
1.6 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.4.1",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.1/git-lfs-windows-386-2.4.1.zip",
"hash": "bb46dbf7d8976f39b2afaf6357b11cb08b643bac53ac4861d5e970545bdd6ec4",
"extract_dir": "git-lfs-windows-386-2.4.1"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.1/git-lfs-windows-amd64-2.4.1.zip",
"hash": "5a1f355e5df457c7dabbe5577fd49b8284df8b09bd366b63e4501f3a31e84446",
"extract_dir": "git-lfs-windows-amd64-2.4.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-$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>"
}
}
}