From 43b96f6987ba3709c852dba538791037fdff62a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 2 Oct 2020 10:08:42 +0200 Subject: [PATCH] duplicacy: Update to version 2.7.1 --- bucket/duplicacy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/duplicacy.json b/bucket/duplicacy.json index 80dd2549ab..d2112a76a3 100644 --- a/bucket/duplicacy.json +++ b/bucket/duplicacy.json @@ -1,5 +1,5 @@ { - "version": "2.7.0", + "version": "2.7.1", "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.0/duplicacy_win_x64_2.7.0.exe#/duplicacy.exe", - "hash": "3d91a41a1df664ffbce36d23a2f37025966ccd4e247202c9e8805c7e71208640" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.1/duplicacy_win_x64_2.7.1.exe#/duplicacy.exe", + "hash": "84e25be0599ea00cf9e4c114972b504d419d1ecf5b82887fe3a3c2c91d3ca935" }, "32bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.0/duplicacy_win_i386_2.7.0.exe#/duplicacy.exe", - "hash": "4c01298cb789dac5bc699a874b498930453d867f98eae40035dbae8cca1af411" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.1/duplicacy_win_i386_2.7.1.exe#/duplicacy.exe", + "hash": "948b629b1a3e0d2a44c9bec2476d346434fbf4168bb06f4b4af69367ad477880" } }, "bin": "duplicacy.exe",