mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "2.13.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/v2.13.1/git-lfs-windows-amd64-v2.13.1.zip",
|
|
"hash": "cfd2a1b65664f7a9dfafeee61d063653e626448582bd53f7c268d9a72650185d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.13.1/git-lfs-windows-386-v2.13.1.zip",
|
|
"hash": "5fe696dc31e14af1a202d04d0f643a1281101ceb9384ff77c487611a34e2ca87"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|