{
    "version": "5.0.4",
    "description": "A simple, light and easy-to-use RSS/ATOM feed aggregator",
    "homepage": "https://github.com/martinrotter/rssguard",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/martinrotter/rssguard/releases/download/5.0.4/rssguard-5.0.4-qt6-win10.7z",
            "hash": "a8ebba9a72587392057c62195e523e7c165e7d84f379136d170223855f67c4b7"
        }
    },
    "pre_install": "Remove-Item \"$dir\\vc_redis*\"",
    "shortcuts": [
        [
            "rssguard.exe",
            "RSS Guard"
        ]
    ],
    "persist": "data5",
    "checkver": {
        "github": "https://api.github.com/repos/martinrotter/rssguard/releases/latest",
        "jsonpath": "$.assets[?(@.name =~ /^rssguard-([\\d.]+)-([\\w]+)-win10.7z$/)].name",
        "regex": "rssguard-(?<version>([\\d.]+))-(?<commit>[\\w]+)-win10.7z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/martinrotter/rssguard/releases/download/$version/rssguard-$version-$matchCommit-win10.7z"
            }
        }
    }
}
