ScoopInstaller_Main/git-lfs.json
2017-09-14 19:00:20 +00:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.3.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.3.0/git-lfs-windows-386-2.3.0.zip",
"hash": "28abc0eebc910b714febc90f13ea95e6b06eefe787148654f86ad05d629b8c90",
"extract_dir": "git-lfs-windows-386-2.3.0"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.3.0/git-lfs-windows-amd64-2.3.0.zip",
"hash": "0be7e8755e1c2d9a598f369ce1db63fd7f2a8985d1c078cb815a3e50961066c2",
"extract_dir": "git-lfs-windows-amd64-2.3.0"
}
},
"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"
}
}
}
}