git-lfs: Update to version 2.12.0

This commit is contained in:
Jakub Čábera 2020-09-02 08:20:25 +02:00
parent e39f13fb73
commit bfc27c598f

View File

@ -1,35 +1,35 @@
{ {
"homepage": "https://git-lfs.github.com/", "version": "2.12.0",
"version": "2.11.0",
"license": "MIT",
"description": "Git extension for versioning large files.", "description": "Git extension for versioning large files.",
"architecture": { "homepage": "https://git-lfs.github.com/",
"32bit": { "license": "MIT",
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.11.0/git-lfs-windows-386-v2.11.0.zip",
"hash": "6de91f3ee5f82304bba99211609323a4ba6f6846e80e5f9e368f3c2d30564d66"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.11.0/git-lfs-windows-amd64-v2.11.0.zip",
"hash": "ca05b0b9bd39d99665045776a5d0d5c7bfa2605a6118c2f489bfd40c2c3e4f2c"
}
},
"suggest": { "suggest": {
"Git": [ "Git": [
"git", "git",
"git-with-openssh" "git-with-openssh"
] ]
}, },
"architecture": {
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.12.0/git-lfs-windows-amd64-v2.12.0.zip",
"hash": "6d9418bf28ec59d5875a6bc51e56241c6a54916b3beedc802e137d8d76ab1db5"
},
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.12.0/git-lfs-windows-386-v2.12.0.zip",
"hash": "09dbc739034ef8f551de8dc5ecdbfce3e77690b35ef734423e31797990960ecf"
}
},
"bin": "git-lfs.exe", "bin": "git-lfs.exe",
"checkver": { "checkver": {
"github": "https://github.com/git-lfs/git-lfs" "github": "https://github.com/git-lfs/git-lfs"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-v$version.zip"
},
"64bit": { "64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip" "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": { "hash": {