2015-10-11 00:04:19 -04: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": "5118b86924fd586caa1f31ebda2d71ed4f7c18ba6c0df4a71f06b90d625837e8"
},
"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": "ec7fcd8e04835ecf0ce03eaecf74f437b4412f4b0e022573539ba7b2eba7b912"
}
},
"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"
}