mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "3.1.2",
|
|
"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/v3.1.2/git-lfs-windows-amd64-v3.1.2.zip",
|
|
"hash": "9423bf0fd1b0bde8ded9e040793b5b23ed916cd99f29415abb41d3fe321bbce4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v3.1.2/git-lfs-windows-386-v3.1.2.zip",
|
|
"hash": "b11faa65dc80291b072e340c8e2fd9301ab1051e9081fed4057b23acad440f5a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|