mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"version": "2.10.0",
|
|
"license": "MIT",
|
|
"description": "Git extension for versioning large files.",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-windows-386-v2.10.0.zip",
|
|
"hash": "28c06a016cdf76c75880a5260a12c78767eb6a02a2d8e258ecf708d84c613570"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-windows-amd64-v2.10.0.zip",
|
|
"hash": "7b2d3fc3ae96a81eaccadf718faa0b7676aad39a121c8d7c2686b7349a7ee7aa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|