From 14d7cd36871ac4ad91ad8af5fb4b0f2d6eebc009 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 10 Dec 2019 20:00:23 +0000 Subject: [PATCH] mingit: Update to version 2.24.1.windows.2 --- bucket/mingit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingit.json b/bucket/mingit.json index 92574e148e..e9376fc6a1 100644 --- a/bucket/mingit.json +++ b/bucket/mingit.json @@ -2,15 +2,15 @@ "homepage": "https://git-for-windows.github.io/", "description": "Minimal Git for Windows (MinGit) is a reduced sized package designed to support application integration (like integrated development environments, graph visualizers, etc.) where full console support (colorization, pagniation, etc.) is not needed.", "license": "GPL-2.0-only", - "version": "2.24.0.windows.2", + "version": "2.24.1.windows.2", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/MinGit-2.24.0.2-64-bit.zip", - "hash": "c33aec6ae68989103653ca9fb64f12cabccf6c61d0dde30c50da47fc15cf66e2" + "url": "https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/MinGit-2.24.1.2-64-bit.zip", + "hash": "83f2983fa7689109fd7be0f2a54b178ca3d5b2f5519d99aada84f5e00c3ef4c9" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/MinGit-2.24.0.2-32-bit.zip", - "hash": "b7b26e87d3df9b44fee0606a9df3ca839bc444faf76c4c27bc0824a6c10e7831" + "url": "https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/MinGit-2.24.1.2-32-bit.zip", + "hash": "2796a28bad7a02c72a3855eeabfc7ecf0ee346c9fbc60ece3447a4c5f549282d" } }, "bin": "cmd\\git.exe",