{
    "version": "0.80.0",
    "description": "Private Family Budgeting App",
    "homepage": "https://www.budgetwithbuckets.com",
    "license": "Proprietary",
    "url": "https://github.com/buckets/application/releases/download/v0.80.0/Buckets-Setup-0.80.0.exe#/dl.7z",
    "hash": "sha512:ac2edaef2083ee374032ffb5f3a051e1cbb89e812a9a514e6b180f2d74abe1c9462bea67c407d155d114d5f65f0c7ddc3062852e4b74d85eac79c0c364e74759",
    "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"
        }
    }
}
