mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Add extract_dir to git-lfs (#1366)
This commit is contained in:
parent
065e300441
commit
43bfe7e0f2
12
git-lfs.json
12
git-lfs.json
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user