{ "homepage": "https://git-for-windows.github.io/", "license": "GPL-2.0", "version": "2.20.1.windows.1", "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/MinGit-2.20.1-busybox-64-bit.zip", "hash": "9817ab455d9cbd0b09d8664b4afbe4bbf78d18b556b3541d09238501a749486c" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/MinGit-2.20.1-busybox-32-bit.zip", "hash": "da0c03e3b6e77004efafd7c244dc62e92b4f78642d83234b0c62367c6ab2ad95" } }, "bin": [ "cmd\\git.exe", "mingw64\\bin\\busybox.exe" ], "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-busybox-64-bit.zip" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/MinGit-$matchShort-busybox-32-bit.zip" } }, "hash": { "url": "https://github.com/git-for-windows/git/releases/latest", "find": "$basename<\\/td>\\s*([0-9a-fA-F]+)<\\/td>" } } }