From 2139ad5a685a19871d81c5e074082b966a5eea30 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 12 Jul 2017 11:35:45 -0700 Subject: [PATCH] Re-add extract_dir to git-lfs (getting old) --- git-lfs.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index 840c1032c1..1164796c5c 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -4,12 +4,14 @@ "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-windows-386-2.2.1.zip", - "hash": "0d6347bbdf25946f14949b50f18b9929183aefe55f6b626f8a618ae53c2220bb" + "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.2.1/git-lfs-windows-386-2.2.1.zip", + "hash": "0d6347bbdf25946f14949b50f18b9929183aefe55f6b626f8a618ae53c2220bb", + "extract_dir": "git-lfs-windows-386-2.2.1" }, "64bit": { "url": "https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-windows-amd64-2.2.1.zip", - "hash": "35e120c03061c7a3de8348b970da2278a2e0a865d4c67179801266a2d7674d2d" + "hash": "35e120c03061c7a3de8348b970da2278a2e0a865d4c67179801266a2d7674d2d", + "extract_dir": "git-lfs-windows-amd64-2.2.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" } } }