{ "version": "0.17.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.17.1/restic_0.17.1_windows_amd64.zip", "hash": "8cca20660bd827552a96bd4b4ade2ebab1880cd068b43eea5fb211f11a98ac60" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.17.1/restic_0.17.1_windows_386.zip", "hash": "b37d69cca2fd086414c86bc0362791899c572549dccf23264abf48bd5b41b857" } }, "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" } } }