2025-06-13 00:40:34 +00:00

28 lines
931 B
JSON

{
"version": "6.4.3",
"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.3_x64_free.zip",
"hash": "9a97c32c3756952ce370e19d5286bac517b1d261d0be89721005a365ae1c91ed"
}
},
"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": "$url.sha256.asc"
}
}
}
}
}