From d1250ba288bc38a1b0d0ba6f2b923404a8d7aa61 Mon Sep 17 00:00:00 2001 From: Iku Iwasa Date: Thu, 6 Dec 2018 09:14:17 +0900 Subject: [PATCH] git-lfs: adapt to upstream binary name fix (#2839) --- git-lfs.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index 93d471f752..0ba6ae2c5b 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -5,23 +5,11 @@ "architecture": { "32bit": { "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.1/git-lfs-windows-386-v2.6.1.zip", - "hash": "90bbeb7dc4ada394624d3a2675fd51dd4873753a56fb197b17bc01c9fcc91398", - "bin": [ - [ - "git-lfs-windows-386.exe", - "git-lfs" - ] - ] + "hash": "90bbeb7dc4ada394624d3a2675fd51dd4873753a56fb197b17bc01c9fcc91398" }, "64bit": { "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.1/git-lfs-windows-amd64-v2.6.1.zip", - "hash": "35d0a62c5e36131b7ba65352146c585eaf1f33d7a229b9471082f49fca53b952", - "bin": [ - [ - "git-lfs-windows-amd64.exe", - "git-lfs" - ] - ] + "hash": "35d0a62c5e36131b7ba65352146c585eaf1f33d7a229b9471082f49fca53b952" } }, "suggest": { @@ -30,6 +18,7 @@ "git-with-openssh" ] }, + "bin": "git-lfs.exe", "checkver": { "github": "https://github.com/git-lfs/git-lfs" },