{
    "version": "4.6.3",
    "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/4.6.3/rssguard-4.6.3-43d164dc4-win10.7z",
            "hash": "c573bd5407ba6f4397d7939e686851adff7af6ba66d5090142d3bd40039296bf"
        }
    },
    "pre_install": "Remove-Item \"$dir\\vc_redis*\"",
    "shortcuts": [
        [
            "rssguard.exe",
            "RSS Guard"
        ]
    ],
    "persist": "data4",
    "checkver": {
        "url": "https://api.github.com/repositories/23906078/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"
            }
        }
    }
}
