2023-07-26 20:23:35 +00:00

42 lines
1.4 KiB
JSON

{
"version": "3.4.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.4.0/git-lfs-windows-amd64-v3.4.0.zip",
"hash": "5edafb149bc6cf7e2e8e52d18b031bdaad9a26101cc9dbbf8a3a5da03ac066f2"
},
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.4.0/git-lfs-windows-386-v3.4.0.zip",
"hash": "e44184a6e62a4e8d6b18f224912a9b411be265a39aef46221c490d8a926bc102"
}
},
"extract_dir": "git-lfs-3.4.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"
}
}