mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://git-lfs.github.com/",
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-windows-386-2.2.1.zip",
|
|
"hash": "0d6347bbdf25946f14949b50f18b9929183aefe55f6b626f8a618ae53c2220bb"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-windows-amd64-2.2.1.zip",
|
|
"hash": "35e120c03061c7a3de8348b970da2278a2e0a865d4c67179801266a2d7674d2d"
|
|
}
|
|
},
|
|
"depends": "git",
|
|
"bin": "git-lfs.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/github/git-lfs"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|