mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
28 lines
931 B
JSON
28 lines
931 B
JSON
{
|
|
"version": "6.3.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.3.1_x64_free.zip",
|
|
"hash": "ebd33c7e93c71ea1d73380d3d0ad40d66d361b73e9b9546651a7cf2f368736a0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|