From a7098a5170241f7c3d0e582ed604939234740b4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 04:33:00 +0000 Subject: [PATCH] duplicacy: Update to version 3.0.0 --- bucket/duplicacy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/duplicacy.json b/bucket/duplicacy.json index b131d71159..4606c3b8f4 100644 --- a/bucket/duplicacy.json +++ b/bucket/duplicacy.json @@ -1,5 +1,5 @@ { - "version": "2.7.2", + "version": "3.0.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/v2.7.2/duplicacy_win_x64_2.7.2.exe#/duplicacy.exe", - "hash": "6a270aa0e1ab44bc00f0114055f034cc569f84e0c91ebaf52384edc9e5243083" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.0/duplicacy_win_x64_3.0.0.exe#/duplicacy.exe", + "hash": "c3be357a5ed241fa4621f6410119580978f4e2dddf192e943a5911da77b57214" }, "32bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.2/duplicacy_win_i386_2.7.2.exe#/duplicacy.exe", - "hash": "100c4a6be05bde5c562a194adbf89e2e0175e477153b8840febc60acad76e1a9" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.0/duplicacy_win_i386_3.0.0.exe#/duplicacy.exe", + "hash": "e437244f13846de588113f11491acd7bbff57d8022185fe7a3292c3ec84d2dbe" } }, "bin": "duplicacy.exe",