From 43bfe7e0f29a87752abb9b5a3f5df60167bfd67e Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 8 Mar 2017 13:50:30 -0800 Subject: [PATCH] Add extract_dir to git-lfs (#1366) --- git-lfs.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index 539d1cf8a6..e3892bd99e 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -5,11 +5,13 @@ "architecture": { "32bit": { "url": "https://github.com/github/git-lfs/releases/download/v2.0.1/git-lfs-windows-386-2.0.1.zip", - "hash": "c5094dadfbc412c9ef325e3bfc93940768e8031653b30e3aa7ed3a13040cfdec" + "hash": "c5094dadfbc412c9ef325e3bfc93940768e8031653b30e3aa7ed3a13040cfdec", + "extract_dir": "git-lfs-windows-386-2.0.1" }, "64bit": { "url": "https://github.com/github/git-lfs/releases/download/v2.0.1/git-lfs-windows-amd64-2.0.1.zip", - "hash": "83d9283250b96034628e380271f0e6360aa6cabdb637acb145fb4c360aafe53a" + "hash": "83d9283250b96034628e380271f0e6360aa6cabdb637acb145fb4c360aafe53a", + "extract_dir": "git-lfs-windows-amd64-2.0.1" } }, "depends": "git", @@ -20,10 +22,12 @@ "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip" + "url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip", + "extract_dir": "git-lfs-windows-386-$version" }, "64bit": { - "url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip" + "url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip", + "extract_dir": "git-lfs-windows-amd64-$version" } } }