From 967754c708545f34ba69b6fc459e71048b18c892 Mon Sep 17 00:00:00 2001 From: Vivus Ignis Date: Wed, 2 May 2018 23:13:53 +0200 Subject: [PATCH] Fixed rsync download URL (#2236) rsync: Fix download URL --- rsync.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rsync.json b/rsync.json index 0050ec8921..3c576d82fd 100644 --- a/rsync.json +++ b/rsync.json @@ -2,17 +2,17 @@ "homepage": "https://www.itefix.net/cwrsync", "version": "5.7.1", "license": "https://www.itefix.net/content/cwrsync-licenseversion", - "url": "https://www.itefix.net/dl/cwRsync_5.7.1_x86_Free.zip", + "url": "https://www.itefix.net/dl/cwrsync_5.7.1_x86_free.zip", "hash": "379dc8534b808bdd6c454470b293c1b65be8373f279fb0c1ea0a2e52a3cc5502", - "extract_dir": "cwRsync_5.7.1_x86_Free", + "extract_dir": "cwrsync_5.7.1_x86_free", "bin": "bin\\rsync.exe", "checkver": { "url": "https://www.itefix.net/content/cwrsync-free-edition", "re": "cwRsync_([\\d.]+)_x86" }, "autoupdate": { - "url": "https://www.itefix.net/dl/cwRsync_$version_x86_Free.zip", - "extract_dir": "cwRsync_$version_x86_Free", + "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"