From 545edc96e824a400801735acf5e74680ee6b59cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 20:26:41 +0000 Subject: [PATCH] restic: Update to version 0.13.0 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index 888f0ad43f..534bff1f30 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.12.1", + "version": "0.13.0", "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.12.1/restic_0.12.1_windows_amd64.zip", - "hash": "f430a8069d7fac26e93994f8d89419e5285acbc0fb4514c89f427a070614af2e" + "url": "https://github.com/restic/restic/releases/download/v0.13.0/restic_0.13.0_windows_amd64.zip", + "hash": "2267fd0ff2e6387c44e736eccceba289a2b273fc3ccec5786af82415a1c9fa5b" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.12.1/restic_0.12.1_windows_386.zip", - "hash": "8c1c0d5652d1d4a77c1c48526fa46eedbaf2d57b96b5a9e632c2b4917449a912" + "url": "https://github.com/restic/restic/releases/download/v0.13.0/restic_0.13.0_windows_386.zip", + "hash": "c400a97000f7567515c3ffa560694f83927c8a77add8da737f567b2ff3812054" } }, "bin": "restic.exe",