From b7b302ec3649abf9976f07a3bdef290426fd1500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 12:29:51 +0000 Subject: [PATCH] restic: Update to version 0.13.1 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index 534bff1f30..2057239841 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.13.0", + "version": "0.13.1", "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.13.0/restic_0.13.0_windows_amd64.zip", - "hash": "2267fd0ff2e6387c44e736eccceba289a2b273fc3ccec5786af82415a1c9fa5b" + "url": "https://github.com/restic/restic/releases/download/v0.13.1/restic_0.13.1_windows_amd64.zip", + "hash": "3e8a768889dd85d952fc7160d196c68866c9155383b0347c4049d079c8ae2cdd" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.13.0/restic_0.13.0_windows_386.zip", - "hash": "c400a97000f7567515c3ffa560694f83927c8a77add8da737f567b2ff3812054" + "url": "https://github.com/restic/restic/releases/download/v0.13.1/restic_0.13.1_windows_386.zip", + "hash": "772acdb9d5502a67fabe618d3ebf734879f4f5aaf3249aaea40c2d6d0c81d117" } }, "bin": "restic.exe",