{
    "version": "5.7.1",
    "description": "Personal accounting",
    "homepage": "http://homebank.free.fr",
    "license": "GPL-2.0-or-later",
    "url": "http://homebank.free.fr/public/binaries/HomeBank-5.7.1-setup.exe",
    "hash": "6601ee8844bc2006ccacb4c4cf2a3dc969ee2931267244cc91c7be70a3eb2118",
    "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": "http://homebank.free.fr/en/downloads.php",
        "regex": "HomeBank-([\\d.]+)-setup\\.exe"
    },
    "autoupdate": {
        "url": "http://homebank.free.fr/public/binaries/HomeBank-$version-setup.exe",
        "hash": {
            "url": "http://homebank.free.fr/en/downloads.php",
            "regex": "(?sm)$basename.*?SHA256:\\s+$sha256"
        }
    }
}
