From b3e218f272092981d621494eb213cf7bb5b91786 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Tue, 3 Jul 2018 16:52:39 -0400 Subject: [PATCH] Remove autoupdate from rsync --- rsync.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/rsync.json b/rsync.json index e531de2023..b91a1e1849 100644 --- a/rsync.json +++ b/rsync.json @@ -5,16 +5,5 @@ "url": "https://www.itefix.net/dl/cwrsync_5.7.2_x86_free.zip", "hash": "c61258fe6d1ab9af7b0a45fb166b0c69ee13bdf971d4a3b486b8d1e33425fcf5", "extract_dir": "cwrsync_5.7.2_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", - "hash": { - "url": "https://www.itefix.net/dl/cwrsync_$version_x86_free.zip.sha256.asc" - } - } + "bin": "bin\\rsync.exe" }