{
    "version": "8.8p1-1",
    "description": "The premier connectivity tool for remote login with the SSH protocol. (Mingw-w64 port from MSYS2 project)",
    "homepage": "https://www.openssh.com/",
    "license": "ISC",
    "architecture": {
        "64bit": {
            "url": [
                "https://mirror.msys2.org/msys/x86_64/bash-5.1.008-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/gcc-libs-10.2.0-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/heimdal-7.7.0-2-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/heimdal-libs-7.7.0-2-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/libcrypt-2.1-3-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/libdb-5.3.28-3-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/libedit-20210910_3.1-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/libopenssl-1.1.1.l-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/libreadline-8.1.001-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/libsqlite-3.36.0-2-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.2.0-15-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz",
                "https://mirror.msys2.org/msys/x86_64/openssh-8.8p1-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/openssl-1.1.1.l-1-x86_64.pkg.tar.zst",
                "https://mirror.msys2.org/msys/x86_64/tcl-8.6.10-1-x86_64.pkg.tar.xz",
                "https://mirror.msys2.org/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz"
            ],
            "hash": [
                "1111c47c37116bf461d2ab7d0e7a6fb0ee3b4a6bea362309c58a2e0ea5f198ff",
                "1fe019c7872820617060e1972e9b0f6878eca846937aa460178ffd54bc52d9bb",
                "e64fcf00ddd4158ac56dc3b282698d616bedeece3466376bc03ff61f09a0c044",
                "eda2132707ef438db009613c011b47217cb00ee4d4a28ad4f6cb10ad1845f74e",
                "2ed4842520063192fc09ebc50d150e53b1f2224485833fa89582789ee462d8ac",
                "00caef39902d34112fe9f9e5f9aad063cbde3922c212558ce4cec5f8c33534ee",
                "3e78ff30d730fe382c31221807ba91fcec999331e22247da2fa62d8e43d4b4f1",
                "6657a7a2bef09df5368c08fe088c21402e9cb5e41a3cfe903c469f8b1d220aee",
                "b56c205e311990f19a8e159b2db7de7f875f6858b84f2c67535449418eb38970",
                "4fa8b5fc5046f918a9ab1f93f38ed561f93f89dce71e66977dc7674f96ec0b56",
                "d1152c99f761f0a5198ad63896fd0e97f4828b97e922c46aea9357e6990ed9af",
                "0943eb05da94d3ab8efac1a923bfcd515a9ba7251186e29401f06f155ce4d2ba",
                "be56d258b00051e3bec88f2c5829cee807b56921265ee68bc8dd47c5214e08fd",
                "da3fff40aab97f4811684d83bdc53154713f584000c6b8d10229c345f1cec7da",
                "28b3c8e528c6b6c935dbd8f008fd3858ea0e89609f3f5a383fee04aae2e0a918",
                "4af63558e39e7a4941292132b2985cb2650e78168ab21157a082613215e4839a"
            ]
        }
    },
    "pre_install": [
        "ensure \"$dir\\tmp\" | Out-Null",
        "ensure \"$dir\\home\" | Out-Null",
        "ensure \"$dir\\home\\$env:UserName\" | Out-Null",
        "ensure \"$env:UserProfile\\.ssh\" | Out-Null",
        "cmd /c mklink /j \"$dir\\home\\%UserName%\\.ssh\" \"%UserProfile%\\.ssh\""
    ],
    "bin": [
        [
            "usr\\bin\\sh.exe",
            "findssl",
            "$dir/usr/bin/findssl.sh"
        ],
        "usr\\bin\\scp.exe",
        "usr\\bin\\sftp.exe",
        "usr\\bin\\ssh.exe",
        "usr\\bin\\ssh-add.exe",
        "usr\\bin\\ssh-agent.exe",
        [
            "usr\\bin\\sh.exe",
            "ssh-copy-id",
            "$dir/usr/bin/ssh-copy-id"
        ],
        "usr\\bin\\ssh-keygen.exe",
        "usr\\bin\\ssh-keyscan.exe",
        "usr\\bin\\sshd.exe",
        "usr\\lib\\ssh\\sftp-server.exe",
        "usr\\lib\\ssh\\ssh-keysign.exe",
        "usr\\lib\\ssh\\ssh-pkcs11-helper.exe",
        "usr\\lib\\ssh\\ssh-sk-helper.exe"
    ]
}
