From e3b6d5aad478b670d7d00b9b542d75c2c9ee760a Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 6 Jun 2018 10:27:15 -0400 Subject: [PATCH] Fix rsync hash url (#2292) --- rsync.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rsync.json b/rsync.json index 0e835a4ffe..e531de2023 100644 --- a/rsync.json +++ b/rsync.json @@ -14,8 +14,7 @@ "url": "https://www.itefix.net/dl/cwrsync_$version_x86_free.zip", "extract_dir": "cwrsync_$version_x86_Free", "hash": { - "find": "SHA256:\\s+([a-fA-F0-9]{64})", - "url": "https://www.itefix.net/content/cwrsync-free-edition" + "url": "https://www.itefix.net/dl/cwrsync_$version_x86_free.zip.sha256.asc" } } }