git-lfs: adapt to upstream binary name fix (#2839)

This commit is contained in:
Iku Iwasa 2018-12-06 09:14:17 +09:00 committed by Ross Smith II
parent 277a493ade
commit d1250ba288

View File

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