2024-11-04 00:37:09 +00:00

28 lines
931 B
JSON

{
"version": "6.3.2",
"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.3.2_x64_free.zip",
"hash": "6f9f1e3f6ffb5af63f1fa76a598292cd94ee3726b731bdb1d9f6820dd909fa10"
}
},
"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"
}
}
}
}
}