ScoopInstaller_Main/git-lfs.json
2018-07-28 14:56:11 -04:00

44 lines
1.6 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.5.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.5.0/git-lfs-windows-386-v2.5.0.zip",
"hash": "408f95d919037b068318cb2affb450c17a46915fe6b3d9b10dfc15dc0df15bca",
"extract_dir": "git-lfs-windows-386-v2.5.0"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.5.0/git-lfs-windows-amd64-v2.5.0.zip",
"hash": "452375d3968491520df29cde989164c41c1c4ff12ba30dfb343872f6d24016f1",
"extract_dir": "git-lfs-windows-amd64-v2.5.0"
}
},
"suggest": {
"Git": [
"git",
"git-with-openssh"
]
},
"bin": "git-lfs.exe",
"checkver": {
"github": "https://github.com/git-lfs/git-lfs"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-v$version.zip",
"extract_dir": "git-lfs-windows-386-v$version"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip",
"extract_dir": "git-lfs-windows-amd64-v$version"
}
},
"hash": {
"url": "https://github.com/git-lfs/git-lfs/releases/tag/v$version",
"find": "<strong>$basename</strong><br>\\s+([a-fA-F0-9]{64})</p>"
}
}
}