{ "homepage": "https://restic.net/", "description": "Fast, secure and simple backup program.", "version": "0.9.6", "license": "BSD-2-Clause", "architecture": { "64bit": { "url": "https://github.com/restic/restic/releases/download/v0.9.6/restic_0.9.6_windows_amd64.zip", "hash": "a9507a67b50c7e4ab38c2334ef037a78ca5cc257decf1d78b8afbdc0fa73ee18" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.9.6/restic_0.9.6_windows_386.zip", "hash": "0e0f4b20b92d63623bd0abfc7a233a26a66834efb8a36d67c9dd14fdd973822d" } }, "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" } } }