2025-09-21 00:04:05 +08:00

28 lines
1.1 KiB
JSON

{
"version": "6.4.5",
"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://github.com/itefixnet/download/releases/download/cwrsync-client-v6.4.5/cwrsync_6.4.5_x64_free.zip",
"hash": "2fb0c9d1932c51d98c2ea0f09a581bd093b8a83741f3f933a263ada29007a67a",
"extract_dir": "cwrsync_6.4.5_x64_free"
}
},
"bin": "bin\\rsync.exe",
"checkver": {
"url": "https://api.github.com/repos/itefixnet/download/releases",
"jsonpath": "$[?(@.tag_name =~ /cwrsync-client-v[\\d.]+/)].tag_name",
"regex": "cwrsync-client-v(?<version>[\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v$version/cwrsync_$version_x64_free.zip",
"extract_dir": "cwrsync_$version_x64_free"
}
}
}
}