ScoopInstaller_Main/git-lfs.json
Richard Kuhnt 0ea6098e02 Updates
* cmake
* ffmpeg
* git-lfs
* groovy
* imagemagick
* latex
* premake5
* rg
* youtube-dl
2017-01-15 15:05:03 +01:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "1.5.5",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-windows-386-1.5.5.zip",
"hash": "4e364f02dc4680519d76b6847e5f31a8d3d6e67fc68e905afe7b0a7e5716cb2c",
"extract_dir": "git-lfs-windows-386-1.5.5"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-windows-amd64-1.5.5.zip",
"hash": "7c23635f34b0b4eed55621231148ef3e0de9a46e2d629b4bba7f706a96ae77ea",
"extract_dir": "git-lfs-windows-amd64-1.5.5"
}
},
"depends": "git",
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/github/git-lfs"
},
"autoupdate": {
"architecture": {
"32bit": {
"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": {
"url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip",
"extract_dir": "git-lfs-windows-amd64-$version"
}
}
}
}