Fixed rsync download URL (#2236)

rsync: Fix download URL
This commit is contained in:
Vivus Ignis 2018-05-02 23:13:53 +02:00 committed by Richard Kuhnt
parent 098e26ccec
commit 967754c708

View File

@ -2,17 +2,17 @@
"homepage": "https://www.itefix.net/cwrsync", "homepage": "https://www.itefix.net/cwrsync",
"version": "5.7.1", "version": "5.7.1",
"license": "https://www.itefix.net/content/cwrsync-licenseversion", "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", "hash": "379dc8534b808bdd6c454470b293c1b65be8373f279fb0c1ea0a2e52a3cc5502",
"extract_dir": "cwRsync_5.7.1_x86_Free", "extract_dir": "cwrsync_5.7.1_x86_free",
"bin": "bin\\rsync.exe", "bin": "bin\\rsync.exe",
"checkver": { "checkver": {
"url": "https://www.itefix.net/content/cwrsync-free-edition", "url": "https://www.itefix.net/content/cwrsync-free-edition",
"re": "cwRsync_([\\d.]+)_x86" "re": "cwRsync_([\\d.]+)_x86"
}, },
"autoupdate": { "autoupdate": {
"url": "https://www.itefix.net/dl/cwRsync_$version_x86_Free.zip", "url": "https://www.itefix.net/dl/cwrsync_$version_x86_free.zip",
"extract_dir": "cwRsync_$version_x86_Free", "extract_dir": "cwrsync_$version_x86_Free",
"hash": { "hash": {
"find": "SHA256:\\s+([a-fA-F0-9]{64})", "find": "SHA256:\\s+([a-fA-F0-9]{64})",
"url": "https://www.itefix.net/content/cwrsync-free-edition" "url": "https://www.itefix.net/content/cwrsync-free-edition"