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

This commit is contained in:
Richard Kuhnt 2021-03-09 19:00:25 +00:00
parent 7d92432078
commit f48f052b3c

View File

@ -1,16 +1,16 @@
{
"version": "2.30.1.windows.1",
"version": "2.30.2.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.1.windows.1/PortableGit-2.30.1-64-bit.7z.exe#/dl.7z",
"hash": "54bb3a0035bad71148fb6c771942a880d46a8dc6f3a0cb42eda88ca1374f1570"
"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"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/PortableGit-2.30.1-32-bit.7z.exe#/dl.7z",
"hash": "931dc2f5495cd41c714c9cfb69288ff9f1026469c291912bfa789165ce9eeed6"
"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"
}
},
"post_install": "git config --global credential.helper manager",