restic: Update to version 0.10.0

This commit is contained in:
Jakub Čábera 2020-09-19 21:42:35 +02:00
parent e233420007
commit ca82461d3a

View File

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