From a40033691dfece5d101d4b4e34f5a44cf87f7a63 Mon Sep 17 00:00:00 2001
From: Yuanle Song <sylecn@gmail.com>
Date: Fri, 25 Jan 2019 00:45:06 +0800
Subject: [PATCH] add rsync.json

it's my build for windows 10 x64, zip file hosted on emacsos.com website.
---
 rsync.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 rsync.json

diff --git a/rsync.json b/rsync.json
new file mode 100644
index 0000000..bcc948e
--- /dev/null
+++ b/rsync.json
@@ -0,0 +1,22 @@
+
+{
+	"homepage": "https://www.samba.org/rsync/",
+	"description": "an open source utility that provides fast incremental file transfer",
+	"license": "GPL-3.0-or-later",
+	"version": "3.1.3",
+	"url": "https://emacsos.com/software/rsync-w64-3.1.3-1-standalone.zip",
+	"hash": "89dc048e58a0071e54e21549d493f0a9c9c9024ce33d4e31f2140f51f3ce653f",
+	"bin": [
+		[
+			"usr\\bin\\rsync.exe",
+			"rsync"
+		],
+		[
+			"usr\\bin\\ssh.exe",
+			"ssh"
+		]
+	],
+	"autoupdate": {
+		"url": "https://emacsos.com/software/rsync-w64-$version-standalone.zip"
+	}
+}
-- 
GitLab