mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"version": "3.5.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.5.1/git-lfs-windows-amd64-v3.5.1.zip",
|
|
"hash": "94435072f6b3a6f9064b277760c8340e432b5ede0db8205d369468b9be52c6b6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-windows-386-v3.5.1.zip",
|
|
"hash": "ea5138789c4f19ed71d30c3e407f43bd270771028d37e5292378a8ea2c154377"
|
|
}
|
|
},
|
|
"extract_dir": "git-lfs-3.5.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"
|
|
}
|
|
}
|