mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Fix autoupdate URLs in git-lfs
This commit is contained in:
parent
2139ad5a68
commit
822d292912
@ -17,16 +17,16 @@
|
||||
"depends": "git",
|
||||
"bin": "git-lfs.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/github/git-lfs"
|
||||
"github": "https://github.com/git-lfs/git-lfs"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user