Konstantin Molchanov 0873c41e54 Update git to 2.5.2
2015-09-12 12:50:12 +03:00

24 lines
905 B
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.5.2.windows.1",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.5.2.windows.1/PortableGit-2.5.2-64-bit.7z.exe#/dl.7z",
"hash": "91be472598396e67a4ecf347c0ddd5bc0a68f716d1955071bb274069a62a9ecd"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.5.2.windows.1/PortableGit-2.5.2-32-bit.7z.exe#/dl.7z",
"hash": "bdf93a99d23ca40c57b6a3a1933412f22cad11535c60b4b982607b99e38a6d02"
}
},
"bin": [ "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe" ],
"post_install": [
"git config --global credential.helper wincred"
],
"env_set": {
"GIT_SSH": "$(resolve-path $(scoop which ssh))"
},
"depends": "openssh"
}