{ "homepage": "https://restic.github.io/", "version": "0.9.0", "license": "BSD-2-Clause", "architecture": { "64bit": { "url": "https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_windows_amd64.zip", "hash": "92aa5912f3ba113f7a763afae465ec6cae0542db7e81a544e84db144526ca887" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_windows_386.zip", "hash": "81a217411829ecaf0af4a391b559a9ab78bb65de31eaa6bac524cc9c58bc4fc3" } }, "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" } } }