2016-04-05 15:13:33 +03:00

29 lines
1.2 KiB
JSON

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