{ "homepage": "https://restic.github.io/", "version": "0.7.3", "license": "https://github.com/restic/restic/blob/master/LICENSE", "architecture": { "64bit": { "url": "https://github.com/restic/restic/releases/download/v0.7.3/restic_0.7.3_windows_amd64.zip", "hash": "80b60adcd06ad0701c0f000d93d52d9bd4147eb0eb17089939b05dea0ae35cfa" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.7.3/restic_0.7.3_windows_386.zip", "hash": "f406a3f05847268c14ec391457680b2fc6372d5e506c153de5dabe8268751480" } }, "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" } } }