mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"description": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.",
|
|
"version": "2.8.0",
|
|
"license": "MIT",
|
|
"description": "Git extension for versioning large files.",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-386-v2.8.0.zip",
|
|
"hash": "62806a56ceb485b6fe36252d097c272cc1e9100165eb471e00d45e78a80b254d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-amd64-v2.8.0.zip",
|
|
"hash": "ffeb6e0a7d214155d87fde11c4366da4f7549705f93f8873ad43ec7520282d45"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"Git": [
|
|
"git",
|
|
"git-with-openssh"
|
|
]
|
|
},
|
|
"bin": "git-lfs.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/git-lfs/git-lfs"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-v$version.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sums.asc"
|
|
}
|
|
}
|
|
}
|