mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
24 lines
881 B
JSON
24 lines
881 B
JSON
{
|
|
"version": "1.5.3",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/github/git-lfs/releases/download/v1.5.3/git-lfs-windows-386-1.5.3.zip",
|
|
"hash": "63017d38410e36d039e7a500f8aa2e8d80ca729f454de19a853b10ebf8920527",
|
|
"extract_dir": "git-lfs-windows-386-1.5.3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/github/git-lfs/releases/download/v1.5.3/git-lfs-windows-amd64-1.5.3.zip",
|
|
"hash": "75266d8798f7bb16dc163a7fef7f6145f53a7f740f098e10c8a8bdef56b4fc78",
|
|
"extract_dir": "git-lfs-windows-amd64-1.5.3"
|
|
}
|
|
},
|
|
"depends": "git",
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"bin": "git-lfs.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/github/git-lfs/releases/latest",
|
|
"re": "\/releases\/tag\/v([\\d.]+)"
|
|
}
|
|
}
|