From 462b6c8a97c6e2f5b69748b8474f15f98dd78b44 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 4 Apr 2014 10:55:53 +1000 Subject: [PATCH] rsync 3.1.0 (add checkver) --- rsync.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rsync.json b/rsync.json index 0c94cf3a2b..1c34f7c07e 100644 --- a/rsync.json +++ b/rsync.json @@ -5,5 +5,9 @@ "url": "https://www.itefix.no/download/cwRsync_5.2.2_Free.zip", "hash": "08a6618b73c1b8467813aac76cceb05d1d0c658a7b93fa10080e8654fd94c275", "extract_dir": "3.1.0", - "bin": "rsync.exe" + "bin": "rsync.exe", + "checkver": { + "url": "https://www.itefix.no/i2/content/cwrsync-free-edition", + "re": "
Rsync ([0-9\\.]+)" + } } \ No newline at end of file