Add extract_dir to git-lfs (#1366)

This commit is contained in:
Ross Smith II 2017-03-08 13:50:30 -08:00 committed by Richard Kuhnt
parent 065e300441
commit 43bfe7e0f2

View File

@ -5,11 +5,13 @@
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.0.1/git-lfs-windows-386-2.0.1.zip", "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": { "64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.0.1/git-lfs-windows-amd64-2.0.1.zip", "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", "depends": "git",
@ -20,10 +22,12 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": { "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": { "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"
} }
} }
} }