ScoopInstaller_Main/git-lfs.json
2017-10-09 17:00:23 +00:00

40 lines
1.3 KiB
JSON

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