git-with-openssh: Update to version 2.31.0.windows.1

This commit is contained in:
Richard Kuhnt 2021-03-15 23:00:30 +00:00
parent 151b972c47
commit 30406eee93

View File

@ -1,16 +1,16 @@
{ {
"version": "2.30.2.windows.1", "version": "2.31.0.windows.1",
"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.2.windows.1/PortableGit-2.30.2-64-bit.7z.exe#/dl.7z", "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": "f719f248de3dd7ef234331f8da95762594a388f6aa62f4c0260df18068e5a447" "hash": "2ee5489f844362f6b079be7aa0811abdbe99b4538d66485ca996da2d144fb466"
}, },
"32bit": { "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", "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": "8b203531c91d3f9075aa3ef1e89b0d6e5d18aa289c3bc485e093c9bfb860a116" "hash": "24d594b284cef66b9fa6c6be17896e83381707870d7771b9bd5fc91c6c1568b8"
} }
}, },
"post_install": "git config --global credential.helper manager", "post_install": "git config --global credential.helper manager",