{ "version": "2.42.0", "description": "Minimal Git for Windows (MinGit) is a reduced sized package designed to support application integration (like integrated development environments, graph visualizers, etc.) where full console support (colorization, pagniation, etc.) is not needed.", "homepage": "https://git-for-windows.github.io/", "license": "GPL-2.0-only", "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." ], "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip", "hash": "b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-32-bit.zip", "hash": "3b3c1e50958f8d03ada4dc11ee1dfd5198a512935a1bab77d6b12c968d363491" } }, "bin": "cmd\\git.exe", "env_set": { "GIT_INSTALL_ROOT": "$dir" }, "checkver": { "url": "https://api.github.com/repos/git-for-windows/git/releases/latest", "jsonpath": "$..browser_download_url", "regex": "download/v(?[\\d.]+windows\\.\\d)/MinGit-([\\d.]+)-64" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchTag/MinGit-$version-64-bit.zip" }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchTag/MinGit-$version-32-bit.zip" } }, "hash": { "url": "https://github.com/git-for-windows/git/releases/tag/v$matchTag", "regex": "(?s)$basename.*?$sha256" } } }