mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 22:55:13 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://git-for-windows.github.io/",
|
|
"license": "GPL2",
|
|
"version": "2.7.4.windows.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.4.windows.1/PortableGit-2.7.4-64-bit.7z.exe#/dl.7z",
|
|
"hash": "d32918f10812b4e60ecbf0524960cff00c8b20d1f0464dab1506d67dbaf8d6cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.4.windows.1/PortableGit-2.7.4-32-bit.7z.exe#/dl.7z",
|
|
"hash": "4d5a2729b4443ab2d80b899ceebd19ae2cbd17a3b2121178def3590a7dc91987"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"checkver": {
|
|
"url": "http://git-scm.com/download/win",
|
|
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
|
|
}
|
|
}
|