Remove extract_dir from git-lfs

This commit is contained in:
Ross Smith II 2017-07-03 15:33:23 -07:00
parent dcacfc20af
commit 33bdf0090c

View File

@ -5,13 +5,11 @@
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-386-2.2.0.zip",
"hash": "2f486f7552ce11662646fdb799a0b52770a669d690984e15fc7c17ceacb722f0",
"extract_dir": "git-lfs-windows-386-2.2.0"
"hash": "2f486f7552ce11662646fdb799a0b52770a669d690984e15fc7c17ceacb722f0"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-amd64-2.2.0.zip",
"hash": "e548660fa7546b133b63c08910a1b8c223df042a1b616b331e226f0542a7b4aa",
"extract_dir": "git-lfs-windows-amd64-2.2.0"
"hash": "e548660fa7546b133b63c08910a1b8c223df042a1b616b331e226f0542a7b4aa"
}
},
"depends": "git",
@ -22,12 +20,10 @@
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip",
"extract_dir": "git-lfs-windows-386-$version"
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
"extract_dir": "git-lfs-windows-amd64-$version"
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip"
}
}
}