ScoopInstaller_Main/git-with-openssh.json
monotykamary e90b7822f1 Update to version 2.8.2.windows.1 (#807)
SHA-256 hash taken from 7-zip.
2016-05-04 08:44:07 +10:00

37 lines
1.3 KiB
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.8.2.windows.1",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.8.2.windows.1/PortableGit-2.8.2-64-bit.7z.exe#/dl.7z",
"hash": "553acbf46bacc67c73b954689ad3d9ac294bf9cbe249a5b78159a1f92f37105b"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.8.2.windows.1/PortableGit-2.8.2-32-bit.7z.exe#/dl.7z",
"hash": "da25bc12efa864cda53dc6485c84dd8b0d41883dd360db505c026c284ef58d8e"
}
},
"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"
],
"checkver": {
"url": "http://git-scm.com/download/win",
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
}
}