2023-02-14 10:27:21 +05:30

28 lines
920 B
JSON

{
"version": "6.2.8",
"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.8_x64_free.zip",
"hash": "118a625efc42c4fd48e73c919e2ad179fd01c0df0e5e3070635c11a73e42de5d"
}
},
"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"
}
}
}
}
}