{
    "version": "6.1.2",
    "description": "A free VoIP and video softphone based on the SIP protocol.",
    "homepage": "https://linphone.org/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.linphone.org/releases/windows/app/Linphone-6.1.2-win64.exe#/dl.7z",
            "hash": "cc9a52bb46e2012577141b16c00ce56cf742290c9343a3c130f8ff060dafefeb"
        }
    },
    "bin": "bin\\linphone.exe",
    "shortcuts": [
        [
            "bin\\linphone.exe",
            "Linphone"
        ]
    ],
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
    "checkver": {
        "url": "https://download.linphone.org/releases/windows/RELEASE",
        "regex": "^([\\d.]+)\\s+"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.linphone.org/releases/windows/app/Linphone-$version-win64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha512"
        }
    }
}
