monotykamary 5d0b7eb313 Update to version 2.8.2.windows.1 (#808)
SHA-256 hash taken from 7-zip.
2016-05-04 08:42:04 +10:00

29 lines
1.2 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"
],
"post_install": [
"git config --global credential.helper wincred"
],
"notes": "To get Git to recognise OpenSSH, you will need to run\n\nscoop install openssh\n[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')\n\nand then restart powershell.",
"checkver": {
"url": "http://git-scm.com/download/win",
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
}
}