ScoopInstaller_Main/git-with-openssh.json
Gustavo Veloso 788c6c0718 Updates git, node and thrift (#995)
* Update Git to 2.9.3
Update Node to 6.4.0
Fix Thrift URL

* Update git-with-openssh too
2016-08-18 07:08:09 +10:00

37 lines
1.2 KiB
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.9.3.windows.1",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.1/PortableGit-2.9.3-64-bit.7z.exe#/dl.7z",
"hash": "3423EA5C7E025A67903E05D1493680D6D5D6666429A9C400CC9E33BEEA5ADB1B"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.1/PortableGit-2.9.3-32-bit.7z.exe#/dl.7z",
"hash": "CD142CBB124D7C3E3C3BF144785E57573AFD2FC9C043447B7F5111EC044E6CED"
}
},
"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([^/]+)/"
}
}