diff --git a/git-lfs.json b/git-lfs.json index 4424ab639e..b32a69134f 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -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" } } }