ScoopInstaller_Main/git-lfs.json
2017-05-20 00:00:29 +02:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.1.1",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.1.1/git-lfs-windows-386-2.1.1.zip",
"hash": "897571c2b8aa777d011e7c5496735e9dcb2da809faa741b113169a5cb04650bd",
"extract_dir": "git-lfs-windows-386-2.1.1"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.1.1/git-lfs-windows-amd64-2.1.1.zip",
"hash": "0866259d6b097f8ff379326f798a93034b61952382011671b80ecf4cc733de57",
"extract_dir": "git-lfs-windows-amd64-2.1.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"
}
}
}
}