From e6d5ec1a9d63f5197efc7f59c1cd915e8c71c052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 6 Jul 2021 23:22:00 -0700 Subject: [PATCH] mingit: Update to version 2.32.0.windows.2 --- bucket/mingit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingit.json b/bucket/mingit.json index fa3ba1d5cf..8122b6b0f8 100644 --- a/bucket/mingit.json +++ b/bucket/mingit.json @@ -1,5 +1,5 @@ { - "version": "2.32.0.windows.1", + "version": "2.32.0.windows.2", "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.", "homepage": "https://git-for-windows.github.io/", "license": "GPL-2.0-only", @@ -13,12 +13,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/MinGit-2.32.0-64-bit.zip", - "hash": "e55a73125ea2fd6d1d71470e089a97cf19e6f1c4aaf7c25958d1a9105112a6de" + "url": "https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/MinGit-2.32.0.2-64-bit.zip", + "hash": "40e0e8a8a4ccc3399d323b2edfab34fc4ebac7350471525d679d9839b689f4a6" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/MinGit-2.32.0-32-bit.zip", - "hash": "6463c624236cbd2c9772be12ff88c5137f83a3fd550a1dbe9bcb307d0923d8e9" + "url": "https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/MinGit-2.32.0.2-32-bit.zip", + "hash": "f253b0d3dca2ab09ba616b1da6aea3dffe9a66befccd8933b61271400d15c447" } }, "bin": "cmd\\git.exe",