From a5c2efd2eb27f488abaabcafe9e4fe2ca65378ed Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 17 May 2019 11:57:11 +0800 Subject: [PATCH] duplicacy: Fix au.url and hash (#69) --- bucket/duplicacy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/duplicacy.json b/bucket/duplicacy.json index 5f0a30138a..0e36c8e1eb 100644 --- a/bucket/duplicacy.json +++ b/bucket/duplicacy.json @@ -2,18 +2,18 @@ "homepage": "https://duplicacy.com/", "description": "A lock-free deduplication cloud backup tool", "license": { - "identifier": "free-for-personal-use", + "identifier": "Freeware", "url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md" }, "version": "2.2.0", "architecture": { "64bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_x64_2.1.2.exe#/duplicacy.exe", - "hash": "1c821f142204d9670457d7e79bc2db0c590f7e26a38648434c7ba8fbced26835" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.0/duplicacy_win_x64_2.2.0.exe#/duplicacy.exe", + "hash": "537414b673e6ac12329bbbd4a008c2097a17c214b57ef68c43e6df15f68c1f57" }, "32bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_i386_2.1.2.exe#/duplicacy.exe", - "hash": "664d8cf5d8a2ca93564994994621f9e260bdc4aa0a703e10e278fdd446a52bd8" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.0/duplicacy_win_i386_2.2.0.exe#/duplicacy.exe", + "hash": "a8d3b8a4f930ce3748540222490e547630c859dc8ae501222b621b8190251363" } }, "bin": "duplicacy.exe", @@ -23,10 +23,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_x64_2.1.2.exe#/duplicacy.exe" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v$version/duplicacy_win_x64_$version.exe#/duplicacy.exe" }, "32bit": { - "url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_i386_2.1.2.exe#/duplicacy.exe" + "url": "https://github.com/gilbertchen/duplicacy/releases/download/v$version/duplicacy_win_i386_$version.exe#/duplicacy.exe" } } }