From e2413916a1633bad1e739c35c2bdf691c3627e0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Dec 2022 00:34:17 +0000 Subject: [PATCH] duplicacy: Update to version 3.1.0 --- bucket/duplicacy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/duplicacy.json b/bucket/duplicacy.json index 75e499c1a9..8dfd630f46 100644 --- a/bucket/duplicacy.json +++ b/bucket/duplicacy.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.1.0", "description": "A lock-free deduplication cloud backup tool", "homepage": "https://duplicacy.com/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.1/duplicacy_win_x64_3.0.1.exe#/duplicacy.exe", - "hash": "d3f83e1640367b666f57dee24f98c67f5d5de3beed4643138d30f4c0404e4e7e" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.1.0/duplicacy_win_x64_3.1.0.exe#/duplicacy.exe", + "hash": "196aa7f2f3ef70a83ec659142c6fcce69301e1bdb415faf804a67183a638e828" }, "32bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.1/duplicacy_win_i386_3.0.1.exe#/duplicacy.exe", - "hash": "34a84d2dfec437e953f5002cda3a593f8126f984c09641ff529ca516e456df9f" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.1.0/duplicacy_win_i386_3.1.0.exe#/duplicacy.exe", + "hash": "fcaf2c9f5dd32fbbeb449b877e01019dcec319963640ae31eab973654650c278" } }, "bin": "duplicacy.exe",