git: Update to version 2.31.0.windows.1

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

View File

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