From cea0ef84947b0890db50477d1ef5aac66f701e3c Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 13 Sep 2014 22:21:04 +1000 Subject: [PATCH] rsync 3.1.1pre1 (remove broken checkver) --- rsync.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rsync.json b/rsync.json index 9b45dadc0b..b52b9332bf 100644 --- a/rsync.json +++ b/rsync.json @@ -5,9 +5,5 @@ "url": "https://www.itefix.no/download/cwRsync_5.3.0_Free.zip", "hash": "58569d0f816373f929abc6468b246c25580c1a614f0768a8a119c5119dac739f", "extract_dir": "cwRsync_5.3.0_Free", - "bin": "rsync.exe", - "checkver": { - "url": "https://www.itefix.no/i2/content/cwrsync-free-edition", - "re": "
Rsync ([^<]+)" - } -} \ No newline at end of file + "bin": "rsync.exe" +}