From 2d0bf8abd155525bb6a5466391da75939fe59478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 8 Dec 2020 18:35:34 +0100 Subject: [PATCH] git-with-openssh: Update to version 2.29.2.windows.3 --- 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 da9ca9bfdd..9389d07d02 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -1,16 +1,16 @@ { - "version": "2.29.2.windows.2", + "version": "2.29.2.windows.3", "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.29.2.windows.2/PortableGit-2.29.2.2-64-bit.7z.exe#/dl.7z", - "hash": "035bd5e46f1ee797b012801b3ea6c07327ce29720062423d057d4c2d41b92355" + "url": "https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.3/PortableGit-2.29.2.3-64-bit.7z.exe#/dl.7z", + "hash": "47334810d3cc063d1111fac55e4645893bc8f758d3ebf571883749d90b3cd7b4" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/PortableGit-2.29.2.2-32-bit.7z.exe#/dl.7z", - "hash": "7479d7de99175e6fc5277fda14af240089bbd96fd60603e517dfb960213a679d" + "url": "https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.3/PortableGit-2.29.2.3-32-bit.7z.exe#/dl.7z", + "hash": "6a9ad809842c3fd34caa1737f0dc6dcd3bb721072b3f3c50bb9529a754ed9f52" } }, "post_install": "git config --global credential.helper manager",