{
    "version": "1.2.0",
    "description": "A small executable that forwards all arguments to git running inside Bash on Windows/Windows Subsystem for Linux (WSL)",
    "homepage": "https://github.com/andy-5/wslgit",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/andy-5/wslgit/releases/download/v1.2.0/wslgit.exe",
            "hash": "4e14c8eef330b28b6f55b23c14e1ad9268a49dd4cadb0ffc93cf02cd357d0d1a"
        }
    },
    "bin": "wslgit.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/andy-5/wslgit/releases/download/v$version/wslgit.exe"
            }
        }
    }
}
