diff --git a/bucket/restic.json b/bucket/restic.json index c9807664e0..0cca23b80c 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "homepage": "https://restic.net/", + "version": "0.10.0", "description": "Fast, secure and simple backup program.", - "version": "0.9.6", + "homepage": "https://restic.net/", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://github.com/restic/restic/releases/download/v0.9.6/restic_0.9.6_windows_amd64.zip", - "hash": "a9507a67b50c7e4ab38c2334ef037a78ca5cc257decf1d78b8afbdc0fa73ee18" + "url": "https://github.com/restic/restic/releases/download/v0.10.0/restic_0.10.0_windows_amd64.zip", + "hash": "08ef26797923f93bb5a395f7d4e4bf9bddab731f0c38c29cdd843848f7b3bc89" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.9.6/restic_0.9.6_windows_386.zip", - "hash": "0e0f4b20b92d63623bd0abfc7a233a26a66834efb8a36d67c9dd14fdd973822d" + "url": "https://github.com/restic/restic/releases/download/v0.10.0/restic_0.10.0_windows_386.zip", + "hash": "ff1a32145246a5c3e38142aa015cfbcd5dc046674d0a3f16979ff6c4eb1cfe6a" } }, "bin": "restic.exe",