2025-09-18 20:05:31 +00:00

30 lines
1.0 KiB
JSON

{
"version": "6.4.5",
"description": "rsync is a file transfer program capable of efficient remote update via a fast differencing algorithm.",
"homepage": "https://itefix.net/cwrsync",
"license": "https://itefix.net/simplified-bsd-license",
"architecture": {
"64bit": {
"url": "https://itefix.net/download/free/cwrsync_6.4.5_x64_free.zip",
"hash": "b8a2d16e0710fe5ceeaed5520a0b642521aa5c9ffd4b13b6ef49a5fc8e8639e2",
"extract_dir": "cwrsync_6.4.5_x64_free"
}
},
"bin": "bin\\rsync.exe",
"checkver": {
"url": "https://itefix.net/cwrsync/client/downloads",
"regex": "cwrsync_([\\d.]+)_x64_free\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://itefix.net/download/free/cwrsync_$version_x64_free.zip",
"hash": {
"url": "https://verify.itefix.net/$basename.sha256.asc"
},
"extract_dir": "cwrsync_$version_x64_free"
}
}
}
}