{ "version": "0.16.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.16.1/restic_0.16.1_windows_amd64.zip", "hash": "6fab3fa836659c85b97e7a8e514bdbb8d4df186600212a7b5c36cafff7942e38" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.16.1/restic_0.16.1_windows_386.zip", "hash": "3365e35e064a5dc3720c596dbc64c56f8cf6d079b30085f2ff7a148e7ebc6e55" } }, "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" } } }