{
    "version": "5.2.1",
    "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://www.linphone.org/releases/windows/app/Linphone-5.2.1-win64.exe#/dl.7z",
            "hash": "cbc08ec20590a1b825a184d8512fb3a9de4e34974b355422d1214d65a74a3855"
        }
    },
    "bin": "bin\\linphone.exe",
    "shortcuts": [
        [
            "bin\\linphone.exe",
            "Linphone"
        ]
    ],
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe.nsis\" -Recurse",
    "checkver": {
        "url": "https://www.linphone.org/releases/windows/RELEASE",
        "regex": "^([\\d.]+)\\s+"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.linphone.org/releases/windows/app/Linphone-$version-win64.exe#/dl.7z"
            }
        }
    }
}
