2025-02-22 12:31:21 +00:00

28 lines
931 B
JSON

{
"version": "6.4.1",
"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.1_x64_free.zip",
"hash": "a7c81836232e3e4fbf13eb7af7d1766a7c5fa0d01b046fcf1ba3f8ec7767b4b0"
}
},
"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"
}
}
}
}
}