ScoopInstaller_Main/git-lfs.json
2016-10-16 07:46:22 +10:00

24 lines
881 B
JSON

{
"version": "1.4.2",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.4.2/git-lfs-windows-386-1.4.2.zip",
"hash": "c349a7b4ad2eac729c3d5fc1ef936215a1903ad89ecd1c6d2d2d43e689e6b93f",
"extract_dir": "git-lfs-windows-386-1.4.2"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.4.2/git-lfs-windows-amd64-1.4.2.zip",
"hash": "b3d673b616afbe34fb63e6d744c1e4595c4d0960a7d1a1addd1e48f2faf7d4ae",
"extract_dir": "git-lfs-windows-amd64-1.4.2"
}
},
"depends": "git",
"homepage": "https://git-lfs.github.com/",
"bin": "git-lfs.exe",
"checkver": {
"url": "https://github.com/github/git-lfs/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}