{ "homepage": "https://git-for-windows.github.io/", "license": "GPL-2.0", "version": "2.19.1.windows.1", "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.19.1.windows.1/MinGit-2.19.1-busybox-64-bit.zip", "hash": "aa2c0dd240c9db66a85d8633fb9f90cbcc10cb00c86cc37880bdde691c1362de" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.19.1.windows.1/MinGit-2.19.1-busybox-32-bit.zip", "hash": "179c7810e6f388e37a6b4073e9cfc2d109598061787dc913b3813b78fecafa97" } }, "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>" } } }