{
    "version": "0.6.6",
    "description": "RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.",
    "homepage": "https://retroshare.cc/",
    "license": "GPL-2.0-only",
    "notes": [
        "'retroshare-nogui' is replaced by 'retroshare-service' since version 0.6.6",
        "See https://retroshareteam.wordpress.com/2021/03/15/release-notes-for-v0-6-6/ for details and instructions"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/RetroShare/RetroShare/releases/download/v0.6.6/RetroShare-0.6.6-Windows-Portable-20210313-0-g751fffc30-Qt-5.15.2-x64.7z",
            "hash": "870895241d8f43b63d90ed9a5f394b09533eb84951607f68fb75743372427527"
        }
    },
    "bin": [
        "retroshare.exe",
        "retroshare-service.exe"
    ],
    "shortcuts": [
        [
            "retroshare.exe",
            "RetroShare"
        ]
    ],
    "persist": "Data",
    "checkver": {
        "url": "https://retroshare.cc/downloads.html",
        "regex": "RetroShare-([\\d.]+)-Windows-Portable-(?<build>[\\w-.]+)-x64\\.7z\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/RetroShare/RetroShare/releases/download/v$version/RetroShare-$version-Windows-Portable-$matchBuild-x64.7z"
            }
        },
        "hash": {
            "url": "$baseurl/chksums.txt"
        }
    }
}
