mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* fix(cwrsync): add extract_dir field for 64bit architecture in cwrsync.json * autoupdate * autoupdate.hash --------- Co-authored-by: HUMORCE <humorce@outlook.com>
30 lines
1.0 KiB
JSON
30 lines
1.0 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://itefix.net/download/free/cwrsync_6.4.5_x64_free.zip",
|
|
"hash": "2fb0c9d1932c51d98c2ea0f09a581bd093b8a83741f3f933a263ada29007a67a",
|
|
"extract_dir": "cwrsync_6.4.5_x64_free"
|
|
}
|
|
},
|
|
"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": "https://verify.itefix.net/$basename.sha256.asc"
|
|
},
|
|
"extract_dir": "cwrsync_$version_x64_free"
|
|
}
|
|
}
|
|
}
|
|
}
|