{
    "version": "5.10",
    "description": "Personal accounting",
    "homepage": "https://www.gethomebank.org",
    "license": "GPL-2.0-or-later",
    "url": "https://www.gethomebank.org/public/binaries/HomeBank-5.10-setup.exe",
    "hash": "e9a73af848e7257f1b2371d432a868bbbb4bbddc413115c02448cfc81a744782",
    "innosetup": true,
    "installer": {
        "script": [
            "Rename-Item \"$dir\\HomeBank,2.exe\" 'HomeBank.exe'",
            "Remove-Item \"$dir\\HomeBank,*.exe\""
        ]
    },
    "shortcuts": [
        [
            "HomeBank.exe",
            "HomeBank"
        ]
    ],
    "persist": "config",
    "checkver": {
        "url": "https://www.gethomebank.org/en/downloads.php",
        "regex": "latest.*?([\\d.]+) stable"
    },
    "autoupdate": {
        "url": "https://www.gethomebank.org/public/binaries/HomeBank-$version-setup.exe",
        "hash": {
            "url": "https://www.gethomebank.org/en/downloads.php",
            "regex": "(?sm)$basename.*?SHA256:\\s<code>$sha256"
        }
    }
}
