Vedabahu 409094bc30
git-lfs@3.2.0: Fixed Can't create shim error (#3612)
The new update puts all files in a git-lfs-3.2.0 folder so I jest added `extract_dir` property so things work.
2022-05-26 13:01:46 +05:30

42 lines
1.4 KiB
JSON

{
"version": "3.2.0",
"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.2.0/git-lfs-windows-amd64-v3.2.0.zip",
"hash": "c2ee1f7b22d98f614cab94e1033052143f4dbf1207c09ce57e9390acc4bbf86e"
},
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-windows-386-v3.2.0.zip",
"hash": "68d525f70d9bdb1e9e64c3fe156c2164739ee4990a2fb37bd9f101d59cd43a61"
}
},
"extract_dir": "git-lfs-3.2.0",
"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"
},
"extract_dir": "git-lfs-$version"
}
}