{
    "version": "2.5",
    "description": "Use the Windows SSH agent from inside WSL",
    "homepage": "https://github.com/rupor-github/ssh-agent-wsl",
    "license": "GPL-3.0-only",
    "notes": "Please add the line echoed above to your ~/.bashrc inside WSL",
    "url": "https://github.com/rupor-github/ssh-agent-wsl/releases/download/v2.5/ssh-agent-wsl.7z",
    "hash": "fba9c2811e98da4a8024eb8b3d582fb347fb01141759d4d6f6513eb046ff83a0",
    "post_install": [
        "echo =============",
        "echo ''",
        "$agentpath=bash -c \"wslpath -a '$dir/ssh-agent-wsl'\"",
        "echo \"Add this to your ~/.bashrc inside WSL: eval `$($agentpath -r)\"",
        "echo ''",
        "echo ============="
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/rupor-github/ssh-agent-wsl/releases/download/v$version/ssh-agent-wsl.7z"
    }
}
