ScoopInstaller_Main/git-lfs.json
2019-02-15 20:00:47 +00:00

40 lines
1.3 KiB
JSON

{
"homepage": "https://git-lfs.github.com/",
"version": "2.7.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.7.0/git-lfs-windows-386-v2.7.0.zip",
"hash": "faf682631b79588ea594229079b20265be674d7ba0e9438a788aa5468a4f3fac"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.7.0/git-lfs-windows-amd64-v2.7.0.zip",
"hash": "dcb77c822e0dfe1b4ec8f4bf80c6a3a801f96f75a08a3428f36c726a1be7b28f"
}
},
"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"
},
"64bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip"
}
},
"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>"
}
}
}