mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Fix autoupdate URLs in git-lfs
This commit is contained in:
parent
2139ad5a68
commit
822d292912
@ -17,16 +17,16 @@
|
|||||||
"depends": "git",
|
"depends": "git",
|
||||||
"bin": "git-lfs.exe",
|
"bin": "git-lfs.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/github/git-lfs"
|
"github": "https://github.com/git-lfs/git-lfs"
|
||||||
},
|
},
|
||||||
"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/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip",
|
||||||
"extract_dir": "git-lfs-windows-386-$version"
|
"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/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
|
||||||
"extract_dir": "git-lfs-windows-amd64-$version"
|
"extract_dir": "git-lfs-windows-amd64-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user