Add extract_dir to git-lfs (#2088)

This commit is contained in:
Ross Smith II 2018-03-05 04:31:01 -08:00 committed by Richard Kuhnt
parent 4fae469096
commit 1ca01f31f8

View File

@ -5,11 +5,13 @@
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.0/git-lfs-windows-386-2.4.0.zip", "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.0/git-lfs-windows-386-2.4.0.zip",
"hash": "addc96bc4fac57090ef7ecb036778d38e0eb22c71d8926c02820f246b36ac4d6" "hash": "addc96bc4fac57090ef7ecb036778d38e0eb22c71d8926c02820f246b36ac4d6",
"extract_dir": "git-lfs-windows-386-2.4.0"
}, },
"64bit": { "64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.0/git-lfs-windows-amd64-2.4.0.zip", "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.4.0/git-lfs-windows-amd64-2.4.0.zip",
"hash": "e3dec7cd1316ef3dc5f0e99161aa2fe77aea82e1dd57a74e3ecbb1e7e459b10e" "hash": "e3dec7cd1316ef3dc5f0e99161aa2fe77aea82e1dd57a74e3ecbb1e7e459b10e",
"extract_dir": "git-lfs-windows-amd64-2.4.0"
} }
}, },
"suggest": { "suggest": {
@ -25,10 +27,12 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip" "url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip",
"extract_dir": "git-lfs-windows-386-$version"
}, },
"64bit": { "64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip" "url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
"extract_dir": "git-lfs-windows-amd64-$version"
} }
}, },
"hash": { "hash": {