2023-09-08 12:30:31 +00:00

28 lines
922 B
JSON

{
"version": "6.2.10",
"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/dl/free-software/cwrsync_6.2.10_x64_free.zip",
"hash": "0bfb8771a13cfc44d9fdc1507da2a1d2043777b164da560c13ee6dfd34b3a442"
}
},
"bin": "bin\\rsync.exe",
"checkver": {
"url": "https://itefix.net/cwrsync",
"regex": "cwrsync_([\\d.]+)_x64_free\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://itefix.net/dl/free-software/cwrsync_$version_x64_free.zip",
"hash": {
"url": "$url.sha256.asc"
}
}
}
}
}