ScoopInstaller_Main/git-lfs.json
2017-04-28 20:01:06 +02:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.1.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.1.0/git-lfs-windows-386-2.1.0.zip",
"hash": "970d6a9abbfbf37b6f5d67663403808a2ac9e519f59c5eb923d753186e7e18ca",
"extract_dir": "git-lfs-windows-386-2.1.0"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.1.0/git-lfs-windows-amd64-2.1.0.zip",
"hash": "a40adc489a99d1b7809aab89fa78b6dee2399af6542e4b9faae552a7a248c1ce",
"extract_dir": "git-lfs-windows-amd64-2.1.0"
}
},
"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"
}
}
}
}