{
    "version": "0.18.1",
    "description": "Fast, secure and simple backup program.",
    "homepage": "https://restic.net/",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/restic/restic/releases/download/v0.18.1/restic_0.18.1_windows_amd64.zip",
            "hash": "0c1a713440578cb400d2e76208feb24f1b339426b075a21f73b6b2132692515d"
        },
        "32bit": {
            "url": "https://github.com/restic/restic/releases/download/v0.18.1/restic_0.18.1_windows_386.zip",
            "hash": "c97028c921ad5abca07a826913585f216114e8f2bf463a112ce116c352d2c166"
        }
    },
    "bin": "restic.exe",
    "pre_install": "Move-Item -Path \"$dir\\restic*.exe\" -Destination \"$dir\\restic.exe\"",
    "checkver": {
        "github": "https://github.com/restic/restic"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/restic/restic/releases/download/v$version/restic_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/restic/restic/releases/download/v$version/restic_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        }
    }
}
