ScoopInstaller_Main/git-lfs.json
2017-03-30 02:00:58 +02:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.0.2",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.0.2/git-lfs-windows-386-2.0.2.zip",
"hash": "f97f4b107cb46cbdca3be4fb0fc5fd8590ce0364a235101a227b2c0ea153aca3",
"extract_dir": "git-lfs-windows-386-2.0.2"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.0.2/git-lfs-windows-amd64-2.0.2.zip",
"hash": "1b33c8cb6e2e3238b48c639738d22d755a98f7cb62a994d026bb73c158508689",
"extract_dir": "git-lfs-windows-amd64-2.0.2"
}
},
"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"
}
}
}
}