ScoopInstaller_Main/git-lfs.json
2017-03-08 22:50:30 +01:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.0.1",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.0.1/git-lfs-windows-386-2.0.1.zip",
"hash": "c5094dadfbc412c9ef325e3bfc93940768e8031653b30e3aa7ed3a13040cfdec",
"extract_dir": "git-lfs-windows-386-2.0.1"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.0.1/git-lfs-windows-amd64-2.0.1.zip",
"hash": "83d9283250b96034628e380271f0e6360aa6cabdb637acb145fb4c360aafe53a",
"extract_dir": "git-lfs-windows-amd64-2.0.1"
}
},
"depends": "git",
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/github/git-lfs"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip",
"extract_dir": "git-lfs-windows-386-$version"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
"extract_dir": "git-lfs-windows-amd64-$version"
}
}
}
}