mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
Add openssh dependency Add GIT_SSH path which points to current ssh (should be openssh) Fix #447
24 lines
905 B
JSON
24 lines
905 B
JSON
{
|
|
"homepage": "https://git-for-windows.github.io/",
|
|
"license": "GPL2",
|
|
"version": "2.5.1.windows.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.5.1.windows.1/PortableGit-2.5.1-64-bit.7z.exe#/dl.7z",
|
|
"hash": "f1853c63cd27a28510d80d5ffa2d70e2c9392d0a0174d5821fb7b764bff24b89"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.5.1.windows.1/PortableGit-2.5.1-32-bit.7z.exe#/dl.7z",
|
|
"hash": "0b41ea39d2c4c3c9cfb64cc37045ee7c496b0f2db931b1e62a0eb441dbda39b9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|