From a7532d14f07b462a2a1399cdcf2e78953505c4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 15 Apr 2020 09:19:41 +0200 Subject: [PATCH] mingit: Update to version 2.26.1.windows.1 --- bucket/mingit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingit.json b/bucket/mingit.json index a395325136..2898cad529 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.26.0.windows.1", + "version": "2.26.1.windows.1", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-64-bit.zip", - "hash": "e19662da49c2891cb2ac04e9f4f413d13c0c0974b6221169a5717eb62e2288f3" + "url": "https://github.com/git-for-windows/git/releases/download/v2.26.1.windows.1/MinGit-2.26.1-64-bit.zip", + "hash": "ddc2d4a19fab641b144b5ea30845d9b8ef070ba418f2b5a959f47118e1961274" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-32-bit.zip", - "hash": "e57761114a74a045972903146922ebe42ba399cb9e306e51bdd63465e856f5c8" + "url": "https://github.com/git-for-windows/git/releases/download/v2.26.1.windows.1/MinGit-2.26.1-32-bit.zip", + "hash": "127c71b53c1855e7290b1e803ed4d2ff9b80af8e3c13ea2f073523ac5413f8c5" } }, "bin": "cmd\\git.exe",