Fix autoupdate URLs in git-lfs

This commit is contained in:
Ross Smith II 2017-07-12 11:46:59 -07:00
parent 2139ad5a68
commit 822d292912

View File

@ -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"
} }
} }