mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "6.2.4",
|
|
"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.4_x64_free.zip",
|
|
"hash": "31ac735aa958e06883b9a44154a7397350e565ddc9adcbc8bf548a09cbf40e3e",
|
|
"extract_dir": "cwrsync_6.2.4_x64_free"
|
|
}
|
|
},
|
|
"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",
|
|
"extract_dir": "cwrsync_$version_x64_free",
|
|
"hash": {
|
|
"url": "$url.sha256.asc"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|