mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"version": "2.9.0",
|
|
"license": "MIT",
|
|
"description": "Git extension for versioning large files.",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.9.0/git-lfs-windows-386-v2.9.0.zip",
|
|
"hash": "b80b7b000c06727c51b8c69acb6f3190c507f7260ed7f3a86b5ae62879fdf1fe"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.9.0/git-lfs-windows-amd64-v2.9.0.zip",
|
|
"hash": "b6748daf645335b9316ea6356ee4c48262d1da196424d51d17c4dbbf9ef46e75"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|