From f7b4f914a28b865d51240ad33a4814ca1bd94ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 14 Jan 2021 13:52:59 +0100 Subject: [PATCH] git-with-openssh: Update to version 2.30.0.windows.2 --- 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 21edea97a8..dfac4d52a6 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -1,16 +1,16 @@ { - "version": "2.30.0.windows.1", + "version": "2.30.0.windows.2", "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.0.windows.1/PortableGit-2.30.0-64-bit.7z.exe#/dl.7z", - "hash": "6497e30fc6141e3c27af6cc3a081861043a7666dd54f395d47184e8eb75f5d61" + "url": "https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/PortableGit-2.30.0.2-64-bit.7z.exe#/dl.7z", + "hash": "90cbde9a51eb459a7ec1653c62f008160e9b7cfd67aac3628f15dc7370aa85d9" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.1/PortableGit-2.30.0-32-bit.7z.exe#/dl.7z", - "hash": "b3768c64b6afa082043659c56acb4c3483df6b6e884fdc7e3c769f7e7e99a3a8" + "url": "https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/PortableGit-2.30.0.2-32-bit.7z.exe#/dl.7z", + "hash": "e7289b23b6f28415c24d5db7a6821d3723f31214e1d03ce55929cb30d093f6f8" } }, "post_install": "git config --global credential.helper manager",