2019-07-26 09:41:08 -07:00

40 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.8.0",
"license": "MIT",
"description": "Git extension for versioning large files.",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-386-v2.8.0.zip",
"hash": "62806a56ceb485b6fe36252d097c272cc1e9100165eb471e00d45e78a80b254d"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-amd64-v2.8.0.zip",
"hash": "ffeb6e0a7d214155d87fde11c4366da4f7549705f93f8873ad43ec7520282d45"
}
},
"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-v$version.zip"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip"
}
},
"hash": {
"url": "$baseurl/sha256sums.asc"
}
}
}