{
    "version": "5.9.0",
    "description": "An open-source, non-custodial, and private multi-currency crypto wallet.",
    "homepage": "https://cakewallet.com/",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/cake-tech/cake_wallet/releases/download/v5.9.0/Cake_Wallet_v5.9.0_Windows.exe",
            "hash": "ff8dc181cd13fdfc841b214efd482b80e8699e63a897182b12b964711a71038c"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "CakeWallet.exe",
            "Cake Wallet"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/cake-tech/cake_wallet/releases",
        "jsonpath": "$..browser_download_url",
        "regex": "Cake_Wallet_v([\\d.]+)_Windows\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows.exe"
            }
        },
        "hash": {
            "url": "https://github.com/cake-tech/cake_wallet/releases/tag/v$version",
            "regex": "(?s)$basename.*?$sha256"
        }
    }
}
