ScoopInstaller_Main/git-with-openssh.json
2016-02-19 19:53:15 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.7.1.windows.2",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.1.windows.2/PortableGit-2.7.1.2-64-bit.7z.exe#/dl.7z",
"hash": "92310dec60b0210acbfb31a0165f2628757b8413efcbcea1cfc95b2984a974dd"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.1.windows.2/PortableGit-2.7.1.2-32-bit.7z.exe#/dl.7z",
"hash": "7bf8da2b46f40c98d18a5f9c36e5b90df258936f43a0d230d0f29e0d729e3283"
}
},
"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\\slogin.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"
]
}