mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
Taken from https://github.com/git-lfs/git-lfs/releases/tag/v2.4.1 Closes https://github.com/lukesampson/scoop/issues/2277
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.1/git-lfs-windows-386-2.4.1.zip",
|
|
"hash": "887e9927abe79f8c94fe2464578929a8607084b641fdc07f39a4088e93d1a089",
|
|
"extract_dir": "git-lfs-windows-386-2.4.1"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.1/git-lfs-windows-amd64-2.4.1.zip",
|
|
"hash": "ebbab07348dbe71a5c20bfbdfafe4dbbafc8deacea6e6bf4143556721c860821",
|
|
"extract_dir": "git-lfs-windows-amd64-2.4.1"
|
|
}
|
|
},
|
|
"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",
|
|
"extract_dir": "git-lfs-windows-386-$version"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
|
|
"extract_dir": "git-lfs-windows-amd64-$version"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|