2015-10-10 13:29:55 +02:00

24 lines
905 B
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.6.1.windows.1",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.6.1.windows.1/PortableGit-2.6.1-64-bit.7z.exe#/dl.7z",
"hash": "4e1d75f04d080cba8e798806f0c01f80a5c421445ab9d10c517e5f6dae702543"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.6.1.windows.1/PortableGit-2.6.1-32-bit.7z.exe#/dl.7z",
"hash": "27ad060b636cfc0feacf6cef25ddf3eb7ce7fb9ffcd8d53e4223ec5e61f44323"
}
},
"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"
}