2022-02-15 00:33:00 +00:00

40 lines
1.3 KiB
JSON

{
"version": "3.1.1",
"description": "Git extension for versioning large files.",
"homepage": "https://git-lfs.github.com/",
"license": "MIT",
"suggest": {
"Git": [
"git",
"git-with-openssh"
]
},
"architecture": {
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.1.1/git-lfs-windows-amd64-v3.1.1.zip",
"hash": "b8d4cbc2a6654cd3fa2fb430dec7f29a56b6dc49158f7d9c7a2d4ff3f0d0ddaf"
},
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.1.1/git-lfs-windows-386-v3.1.1.zip",
"hash": "d5210afcfd15ae89469471df820cb7a3e5db47dee3ede570c6bbc2c838f36bd3"
}
},
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/git-lfs/git-lfs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-v$version.zip"
}
},
"hash": {
"url": "$baseurl/sha256sums.asc"
}
}
}