mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://git-for-windows.github.io/",
|
|
"license": "GPL2",
|
|
"version": "2.7.0.windows.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/PortableGit-2.7.0-64-bit.7z.exe#/dl.7z",
|
|
"hash": "d7cf3f8ceef88b824fd7dfa476e2bbffd1bff0011b7577bc864e7fbb61fb95f1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/PortableGit-2.7.0-32-bit.7z.exe#/dl.7z",
|
|
"hash": "d1d46375004451beceb15c33c4807d50c925c039173df9f4bd0de0c01cd0f30c"
|
|
}
|
|
},
|
|
"bin": [ "cmd\\git.exe",
|
|
"cmd\\gitk.exe",
|
|
"cmd\\git-gui.exe",
|
|
"usr\\bin\\ssh.exe",
|
|
"usr\\bin\\sshd.exe",
|
|
"usr\\bin\\scp.exe",
|
|
"usr\\bin\\sftp.exe",
|
|
"usr\\bin\\slogin.exe",
|
|
"usr\\bin\\ssh-add.exe",
|
|
"usr\\bin\\ssh-agent.exe",
|
|
"usr\\bin\\ssh-keygen.exe",
|
|
"usr\\bin\\ssh-keyscan.exe"
|
|
],
|
|
"post_install": [
|
|
"git config --global credential.helper wincred"
|
|
]
|
|
}
|