git-lfs: fix bin property (closes #2734)

This commit is contained in:
Richard Kuhnt 2018-11-04 13:45:06 +01:00
parent 2db3e8d887
commit dcb8a513c2

View File

@ -5,11 +5,23 @@
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-386-v2.6.0.zip",
"hash": "7fa3475c60221837860138b4fd0fd0ad1213a5e49c596fdb0aac8932ca7a20a5"
"hash": "7fa3475c60221837860138b4fd0fd0ad1213a5e49c596fdb0aac8932ca7a20a5",
"bin": [
[
"git-lfs-windows-386.exe",
"git-lfs"
]
]
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-amd64-v2.6.0.zip",
"hash": "f1312d00e435c16c8d19d914d5108db6a5ddbee1badb214c66f22cfa5d18b279"
"hash": "f1312d00e435c16c8d19d914d5108db6a5ddbee1badb214c66f22cfa5d18b279",
"bin": [
[
"git-lfs-windows-amd64.exe",
"git-lfs"
]
]
}
},
"suggest": {
@ -18,7 +30,6 @@
"git-with-openssh"
]
},
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/git-lfs/git-lfs"
},