git: Update to version 2.31.1.windows.1

This commit is contained in:
Richard Kuhnt 2021-03-27 11:00:32 +00:00
parent 48f274c6b0
commit 8cdf284baa

View File

@ -1,16 +1,16 @@
{
"version": "2.31.0.windows.1",
"version": "2.31.1.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.31.0.windows.1/PortableGit-2.31.0-64-bit.7z.exe#/dl.7z",
"hash": "2ee5489f844362f6b079be7aa0811abdbe99b4538d66485ca996da2d144fb466"
"url": "https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/PortableGit-2.31.1-64-bit.7z.exe#/dl.7z",
"hash": "fce2161a8891c4deefdb8d215ab76498c245072f269843ef1a489c4312baef52"
},
"32bit": {
"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"
"url": "https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/PortableGit-2.31.1-32-bit.7z.exe#/dl.7z",
"hash": "d6d48e16e3f0ecbc0a45d410ad3ebae15e5618202855ebe72cd9757e4d35b880"
}
},
"post_install": "git config --global credential.helper manager-core",