mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
* Bump git to 2.9.0.windows.1 * Bump git-with-openssh to 2.9.0.windows.1 * Bump ffmpeg to 2016-06-10 * Bump mercurial to 3.8.3 * Add checkver to redis * Bump redis to 2.8.2104
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://git-for-windows.github.io/",
|
|
"license": "GPL2",
|
|
"version": "2.9.0.windows.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.9.0.windows.1/PortableGit-2.9.0-64-bit.7z.exe#/dl.7z",
|
|
"hash": "566bf55d7a3ba18660e76034d4af3e0cdd985cbb6f73eb881f287aa23a0f6bbc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.9.0.windows.1/PortableGit-2.9.0-32-bit.7z.exe#/dl.7z",
|
|
"hash": "ed7c648f58decbd70f27e124704e88ac1c9934e78bcc60516aaeddace2275581"
|
|
}
|
|
},
|
|
"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([^/]+)/"
|
|
}
|
|
}
|