From d0270676e872abaed140309cff8acab83e3f60ab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 4 Feb 2018 22:09:12 +0100 Subject: [PATCH] Downgrade git-with-openssh to version 2.16.1.windows.1 because of an blocking git bug See #2001 --- git-with-openssh.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/git-with-openssh.json b/git-with-openssh.json index a2ca23b14d..13da9d98d9 100644 --- a/git-with-openssh.json +++ b/git-with-openssh.json @@ -2,15 +2,15 @@ "##": "Maintainers: when updating this manifest to a new version, you might like to also update git.json", "homepage": "https://git-for-windows.github.io/", "license": "GPL2", - "version": "2.16.1.windows.2", + "version": "2.16.1.windows.1", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.2/PortableGit-2.16.1.2-64-bit.7z.exe#/dl.7z", - "hash": "82009aa70ede01da69cd2ea4ad297aeb1f58c7dd8ddddc1d85425d5246ebdf20" + "url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/PortableGit-2.16.1-64-bit.7z.exe#/dl.7z", + "hash": "657296d33adceb1d7dabb17847dbd9ee5a45c4ef9d8d8aade2bfb42e57682baf" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.2/PortableGit-2.16.1.2-32-bit.7z.exe#/dl.7z", - "hash": "5886321e9d6c619c67116b23c6428afc83f2e63f4eee60f6cafa5b37364ebf04" + "url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/PortableGit-2.16.1-32-bit.7z.exe#/dl.7z", + "hash": "bc8cf57a206ca63d92aad649322bcec6600a41b91be61229d9282f61e42834ed" } }, "bin": [ @@ -33,7 +33,7 @@ ], "checkver": { "url": "https://github.com/git-for-windows/git/releases/latest", - "re": "v(?[\\d\\w.]+)/PortableGit-(?[\\d.]+).*\\.exe" + "re": "revert back to normal when https bug is fixed (see #2001)" }, "autoupdate": { "architecture": {