ScoopInstaller_Main/rsync.json
Vivus Ignis 967754c708 Fixed rsync download URL (#2236)
rsync: Fix download URL
2018-05-02 23:13:53 +02:00

22 lines
809 B
JSON

{
"homepage": "https://www.itefix.net/cwrsync",
"version": "5.7.1",
"license": "https://www.itefix.net/content/cwrsync-licenseversion",
"url": "https://www.itefix.net/dl/cwrsync_5.7.1_x86_free.zip",
"hash": "379dc8534b808bdd6c454470b293c1b65be8373f279fb0c1ea0a2e52a3cc5502",
"extract_dir": "cwrsync_5.7.1_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": {
"find": "SHA256:\\s+([a-fA-F0-9]{64})",
"url": "https://www.itefix.net/content/cwrsync-free-edition"
}
}
}