Marcus Griep 452e4dee2d Update several packages (#904)
* 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
2016-06-15 08:18:06 +10:00

29 lines
1.2 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"
],
"post_install": [
"git config --global credential.helper wincred"
],
"notes": "To get Git to recognise OpenSSH, you will need to run\n\nscoop install openssh\n[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')\n\nand then restart powershell.",
"checkver": {
"url": "http://git-scm.com/download/win",
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
}
}