{
    "version": "8.9.6",
    "description": "Modern SSH client",
    "homepage": "https://www.termius.com",
    "license": "Unknown",
    "url": "https://autoupdate.termius.com/windows/Install%20Termius.exe#/dl.7z",
    "hash": "sha512:c6813c52ee18fd2328cc4ce2d8fb2f2c228fa2d720852c5aa6bc43c43e8368e100ee3f227abc8445bb404d4b1a2234390ac87a82c8d3f6a64622fb6f93e0f000",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse",
    "shortcuts": [
        [
            "Termius.exe",
            "Termius"
        ]
    ],
    "checkver": {
        "url": "https://autoupdate.termius.com/windows/latest.yml",
        "regex": "version:\\s*([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://autoupdate.termius.com/windows/Install%20Termius.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
