mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
git-lfs: fix bin property (closes #2734)
This commit is contained in:
parent
2db3e8d887
commit
dcb8a513c2
17
git-lfs.json
17
git-lfs.json
@ -5,11 +5,23 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-386-v2.6.0.zip",
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-386-v2.6.0.zip",
|
||||||
"hash": "7fa3475c60221837860138b4fd0fd0ad1213a5e49c596fdb0aac8932ca7a20a5"
|
"hash": "7fa3475c60221837860138b4fd0fd0ad1213a5e49c596fdb0aac8932ca7a20a5",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"git-lfs-windows-386.exe",
|
||||||
|
"git-lfs"
|
||||||
|
]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-amd64-v2.6.0.zip",
|
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-amd64-v2.6.0.zip",
|
||||||
"hash": "f1312d00e435c16c8d19d914d5108db6a5ddbee1badb214c66f22cfa5d18b279"
|
"hash": "f1312d00e435c16c8d19d914d5108db6a5ddbee1badb214c66f22cfa5d18b279",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"git-lfs-windows-amd64.exe",
|
||||||
|
"git-lfs"
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@ -18,7 +30,6 @@
|
|||||||
"git-with-openssh"
|
"git-with-openssh"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bin": "git-lfs.exe",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/git-lfs/git-lfs"
|
"github": "https://github.com/git-lfs/git-lfs"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user