ScoopInstaller_Main/git-with-openssh.json

37 lines
1.3 KiB
JSON

{
"_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git.json",
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.10.1.windows.1",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.10.1.windows.1/PortableGit-2.10.1-64-bit.7z.exe#/dl.7z",
"hash": "aa0634e026c70fe8b50207b8b125a18f45e259eac32cea246e068577a6546718"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.10.1.windows.1/PortableGit-2.10.1-32-bit.7z.exe#/dl.7z",
"hash": "3ca6f426e3b2e6675a11b680f719c23affa7e4dc060e315375c6a262ed2658a5"
}
},
"bin": [
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe",
"usr\\bin\\ssh.exe",
"usr\\bin\\sshd.exe",
"usr\\bin\\scp.exe",
"usr\\bin\\sftp.exe",
"usr\\bin\\ssh-add.exe",
"usr\\bin\\ssh-agent.exe",
"usr\\bin\\ssh-keygen.exe",
"usr\\bin\\ssh-keyscan.exe"
],
"post_install": [
"git config --global credential.helper wincred"
],
"checkver": {
"url": "http://git-scm.com/download/win",
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
}
}