{ "homepage": "https://git-for-windows.github.io/", "license": "GPL-2.0-only", "version": "2.22.0.windows.1", "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.22.0.windows.1/MinGit-2.22.0-64-bit.zip", "hash": "308ce95b7de5792bed9d56e1af5d2053052ea6347ea0021f74070056684ce3ee" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.22.0.windows.1/MinGit-2.22.0-32-bit.zip", "hash": "61bbb2d02baee1b1c24857b031bae1063e38a3b062a642c0c9304bc80bf7b8fd" } }, "bin": "cmd\\git.exe", "post_install": "git config --global credential.helper manager", "notes": [ "To get Git to recognise OpenSSH, you will need to run", "", "scoop install openssh", "[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')", "", "and then restart powershell." ], "checkver": { "url": "https://github.com/git-for-windows/git/releases/latest", "re": "v(?[\\d\\w.]+)/MinGit-(?[\\d.]+).*\\.zip" }, "env_set": { "GIT_INSTALL_ROOT": "$dir" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/MinGit-$matchShort-64-bit.zip" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/MinGit-$matchShort-32-bit.zip" } }, "hash": { "url": "https://github.com/git-for-windows/git/releases/latest", "find": "$basename<\\/td>\\s*([0-9a-fA-F]+)<\\/td>" } } }