From b3f44a408a23692b9df556b3a31a977ff6386004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 24 Aug 2021 23:37:07 -0700 Subject: [PATCH] mingit: Update to version 2.33.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 9fef885590..4146652223 100644 --- a/bucket/mingit.json +++ b/bucket/mingit.json @@ -1,5 +1,5 @@ { - "version": "2.33.0.windows.1", + "version": "2.33.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.33.0.windows.1/MinGit-2.33.0-64-bit.zip", - "hash": "220e4606ec857d44f0ce67610bd8194f1c3779fbf85c801e945842e6f1732bdc" + "url": "https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/MinGit-2.33.0.2-64-bit.zip", + "hash": "e28968ddd1c928eec233e0c692a90d6ac41eb7b53a9d7a408c13cb5b613afa95" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/MinGit-2.33.0-32-bit.zip", - "hash": "55e15a351dff1ad327dbf82d47bbd08a19ccc42b2d1b21c5fffe48fa4da3a623" + "url": "https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/MinGit-2.33.0.2-32-bit.zip", + "hash": "de2d93251b233b2b437487f96b59625571fa55ccbf1c4d244c7bf7d8065354e3" } }, "bin": "cmd\\git.exe",