{ "version": "0.16.3", "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.16.3/restic_0.16.3_windows_amd64.zip", "hash": "e94efe0f4337a2d8d91bf3933d6bd71fc6671fe5045d65d977448b3f2c7747ec" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_windows_386.zip", "hash": "f1ff71f1b4751329a9957412758931f8b13a9477dcff3435ee3b9ba98a6ace73" } }, "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" } } }