git-with-openssh: Update to version 2.30.0.windows.2

This commit is contained in:
Jakub Čábera 2021-01-14 13:52:59 +01:00
parent 1259a52bec
commit f7b4f914a2

View File

@ -1,16 +1,16 @@
{ {
"version": "2.30.0.windows.1", "version": "2.30.0.windows.2",
"description": "Distributed version control system", "description": "Distributed version control system",
"homepage": "https://gitforwindows.org", "homepage": "https://gitforwindows.org",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"architecture": { "architecture": {
"64bit": { "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", "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": "6497e30fc6141e3c27af6cc3a081861043a7666dd54f395d47184e8eb75f5d61" "hash": "90cbde9a51eb459a7ec1653c62f008160e9b7cfd67aac3628f15dc7370aa85d9"
}, },
"32bit": { "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", "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": "b3768c64b6afa082043659c56acb4c3483df6b6e884fdc7e3c769f7e7e99a3a8" "hash": "e7289b23b6f28415c24d5db7a6821d3723f31214e1d03ce55929cb30d093f6f8"
} }
}, },
"post_install": "git config --global credential.helper manager", "post_install": "git config --global credential.helper manager",