{
    "version": "0.72.2",
    "description": "Private Family Budgeting App",
    "homepage": "https://www.budgetwithbuckets.com",
    "license": "Proprietary",
    "url": "https://github.com/buckets/application/releases/download/v0.72.2/Buckets-Setup-0.72.2.exe#/dl.7z",
    "hash": "sha512:f244e0a19a8f354685a2ed311653ea987bd52ca271811ad78de2c168fb70d5cc39341928d16e6fb2b72e26edaca0ca3801af0c5dbfeb37a772f84ae7842e69b1",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        },
        "32bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Buckets.exe",
            "Buckets"
        ]
    ],
    "checkver": {
        "github": "https://github.com/buckets/application"
    },
    "autoupdate": {
        "url": "https://github.com/buckets/application/releases/download/v$version/Buckets-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
