mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
Remove extract_dir from git-lfs
This commit is contained in:
parent
dcacfc20af
commit
33bdf0090c
12
git-lfs.json
12
git-lfs.json
@ -5,13 +5,11 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-386-2.2.0.zip",
|
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-386-2.2.0.zip",
|
||||||
"hash": "2f486f7552ce11662646fdb799a0b52770a669d690984e15fc7c17ceacb722f0",
|
"hash": "2f486f7552ce11662646fdb799a0b52770a669d690984e15fc7c17ceacb722f0"
|
||||||
"extract_dir": "git-lfs-windows-386-2.2.0"
|
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-amd64-2.2.0.zip",
|
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-amd64-2.2.0.zip",
|
||||||
"hash": "e548660fa7546b133b63c08910a1b8c223df042a1b616b331e226f0542a7b4aa",
|
"hash": "e548660fa7546b133b63c08910a1b8c223df042a1b616b331e226f0542a7b4aa"
|
||||||
"extract_dir": "git-lfs-windows-amd64-2.2.0"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": "git",
|
"depends": "git",
|
||||||
@ -22,12 +20,10 @@
|
|||||||
"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