Update git to 2.7.4.windows.1

This commit is contained in:
Marcus Griep 2016-03-29 00:55:40 -04:00
parent afba67eb77
commit 086544af47
2 changed files with 33 additions and 24 deletions

View File

@ -1,31 +1,36 @@
{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.7.1.windows.2",
"version": "2.7.4.windows.1",
"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"
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.4.windows.1/PortableGit-2.7.4-64-bit.7z.exe#/dl.7z",
"hash": "d32918f10812b4e60ecbf0524960cff00c8b20d1f0464dab1506d67dbaf8d6cf"
},
"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"
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.4.windows.1/PortableGit-2.7.4-32-bit.7z.exe#/dl.7z",
"hash": "4d5a2729b4443ab2d80b899ceebd19ae2cbd17a3b2121178def3590a7dc91987"
}
},
"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"
"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([^/]+)/"
}
}

View File

@ -1,18 +1,22 @@
{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.7.1.windows.2",
"version": "2.7.4.windows.1",
"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"
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.4.windows.1/PortableGit-2.7.4-64-bit.7z.exe#/dl.7z",
"hash": "d32918f10812b4e60ecbf0524960cff00c8b20d1f0464dab1506d67dbaf8d6cf"
},
"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"
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.4.windows.1/PortableGit-2.7.4-32-bit.7z.exe#/dl.7z",
"hash": "4d5a2729b4443ab2d80b899ceebd19ae2cbd17a3b2121178def3590a7dc91987"
}
},
"bin": [ "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe" ],
"bin": [
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe"
],
"post_install": [
"git config --global credential.helper wincred"
],