2025-10-17 04:32:35 +00:00

42 lines
1.4 KiB
JSON

{
"version": "3.7.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.7.1/git-lfs-windows-amd64-v3.7.1.zip",
"hash": "8683cdc3d6c029b49393dcebbaa6265bd6efd9abdcf837be855b4cd42e5e80b6"
},
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.7.1/git-lfs-windows-386-v3.7.1.zip",
"hash": "06c05c06523abf3930301b3022527ad881b1a7f8bf036ed6d93c8e68569041bb"
}
},
"extract_dir": "git-lfs-3.7.1",
"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"
}
}