{ "version": "0.16.2", "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.2/restic_0.16.2_windows_amd64.zip", "hash": "de63f778f0650db9c0c00c3772d7f87a6c21ca64e1249e55392ecbeb9bc352a3" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_windows_386.zip", "hash": "e4a6b203697794386d11faebc4da7ffe7c03262755b4ac64e0c4ae633eccdc0b" } }, "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" } } }