From 54b76db3fda36e4f9d42974b72a7f4ddb50aaf81 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 23 Mar 2020 14:01:50 +0000 Subject: [PATCH] mingit: Update to version 2.26.0.windows.1 --- bucket/mingit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingit.json b/bucket/mingit.json index f8dbe328de..a395325136 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.25.1.windows.1", + "version": "2.26.0.windows.1", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/MinGit-2.25.1-64-bit.zip", - "hash": "f59da958ee779ef1454e4d0cb24cb51278049c578c4e6d01ba9e1b6f61dfcb1a" + "url": "https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-64-bit.zip", + "hash": "e19662da49c2891cb2ac04e9f4f413d13c0c0974b6221169a5717eb62e2288f3" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/MinGit-2.25.1-32-bit.zip", - "hash": "91ae315d7f5ceedbdba5644521c65b9889027877a0965891da988707917ad9d5" + "url": "https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-32-bit.zip", + "hash": "e57761114a74a045972903146922ebe42ba399cb9e306e51bdd63465e856f5c8" } }, "bin": "cmd\\git.exe",