{
    "version": "1.3.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.3.0/wslgit.exe",
            "hash": "47bc027ca6b53d5e6f68d998351613bd6dc93b5ea810a55d286f733834e02894"
        }
    },
    "bin": "wslgit.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/andy-5/wslgit/releases/download/v$version/wslgit.exe"
            }
        }
    }
}
