{ "homepage": "https://restic.github.io/", "version": "0.8.2", "license": "https://github.com/restic/restic/blob/master/LICENSE", "architecture": { "64bit": { "url": "https://github.com/restic/restic/releases/download/v0.8.2/restic_0.8.2_windows_amd64.zip", "hash": "466ccb2dcccfff96a199d4f84c05a0e80e932ba44d0f4de4b851f1b8180a7a4c" }, "32bit": { "url": "https://github.com/restic/restic/releases/download/v0.8.2/restic_0.8.2_windows_386.zip", "hash": "452b0b0626412b439f83ad72cce7f280434fc690f4b4851417a759fc4d60392b" } }, "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" } } }