From 30406eee9373e902279d3e6efe79b79d3bf074e3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 15 Mar 2021 23:00:30 +0000 Subject: [PATCH] git-with-openssh: Update to version 2.31.0.windows.1 --- bucket/git-with-openssh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 082eacdda8..dba9dd39bd 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -1,16 +1,16 @@ { - "version": "2.30.2.windows.1", + "version": "2.31.0.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.30.2.windows.1/PortableGit-2.30.2-64-bit.7z.exe#/dl.7z", - "hash": "f719f248de3dd7ef234331f8da95762594a388f6aa62f4c0260df18068e5a447" + "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" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.30.2.windows.1/PortableGit-2.30.2-32-bit.7z.exe#/dl.7z", - "hash": "8b203531c91d3f9075aa3ef1e89b0d6e5d18aa289c3bc485e093c9bfb860a116" + "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" } }, "post_install": "git config --global credential.helper manager",