From b0d007cf74f22fa32110aeca178822fe0f115cec Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Dec 2018 14:00:31 +0000 Subject: [PATCH] mingit: Update to version 2.20.0.windows.1 --- mingit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingit.json b/mingit.json index 6589c21200..54e46b87fa 100644 --- a/mingit.json +++ b/mingit.json @@ -1,15 +1,15 @@ { "homepage": "https://git-for-windows.github.io/", "license": "GPL-2.0", - "version": "2.19.1.windows.1", + "version": "2.20.0.windows.1", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.19.1.windows.1/MinGit-2.19.1-64-bit.zip", - "hash": "f89e103a41bda8e12efeaab198a8c20bb4a84804683862da518ee2cb66a5a5b3" + "url": "https://github.com/git-for-windows/git/releases/download/v2.20.0.windows.1/MinGit-2.20.0-64-bit.zip", + "hash": "f577f81c401535858761fc4857a105337cc12880b79e72f89d0740167083d287" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.19.1.windows.1/MinGit-2.19.1-32-bit.zip", - "hash": "9bde728fe03f66a022b3e41408902ccfceb56a34067db1f35d6509375b9be922" + "url": "https://github.com/git-for-windows/git/releases/download/v2.20.0.windows.1/MinGit-2.20.0-32-bit.zip", + "hash": "39d3dce9f67d7ae884edf0416d28f6dd8e24b6326de8e509613a2b12fb4f0820" } }, "bin": "cmd\\git.exe",