From 8cdf284baad75b497674d01f4c41dba1490d1e48 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 27 Mar 2021 11:00:32 +0000 Subject: [PATCH] git: Update to version 2.31.1.windows.1 --- bucket/git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git.json b/bucket/git.json index 8bb40fe7f2..10ce9d62ab 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -1,16 +1,16 @@ { - "version": "2.31.0.windows.1", + "version": "2.31.1.windows.1", "description": "Distributed version control system", "homepage": "https://gitforwindows.org", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.31.0.windows.1/PortableGit-2.31.0-64-bit.7z.exe#/dl.7z", - "hash": "2ee5489f844362f6b079be7aa0811abdbe99b4538d66485ca996da2d144fb466" + "url": "https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/PortableGit-2.31.1-64-bit.7z.exe#/dl.7z", + "hash": "fce2161a8891c4deefdb8d215ab76498c245072f269843ef1a489c4312baef52" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.31.0.windows.1/PortableGit-2.31.0-32-bit.7z.exe#/dl.7z", - "hash": "24d594b284cef66b9fa6c6be17896e83381707870d7771b9bd5fc91c6c1568b8" + "url": "https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/PortableGit-2.31.1-32-bit.7z.exe#/dl.7z", + "hash": "d6d48e16e3f0ecbc0a45d410ad3ebae15e5618202855ebe72cd9757e4d35b880" } }, "post_install": "git config --global credential.helper manager-core",