mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"version": "2.3.2",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.3.2/git-lfs-windows-386-2.3.2.zip",
|
|
"hash": "705b33a9a6a0aaf8d1027fdeffc72fd89f99df15d50c3ee1b3279c3fa8e29dce"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.3.2/git-lfs-windows-amd64-2.3.2.zip",
|
|
"hash": "f54ff81a52bb4b3d444d6e706757cabda21fc99d4433641876bf3b4895d18b41"
|
|
}
|
|
},
|
|
"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-$version.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/tag/v$version",
|
|
"find": "<strong>$basename</strong><br>\\s+([a-fA-F0-9]{64})</p>"
|
|
}
|
|
}
|
|
}
|