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