cwrsync@6.4.5: Fix extraction and hash extraction (#7132)

* fix(cwrsync): add extract_dir field for 64bit architecture in cwrsync.json

* autoupdate

* autoupdate.hash

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
pedoc 2025-09-07 10:03:02 +08:00 committed by GitHub
parent ae402f6019
commit 36568c8497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,8 @@
"architecture": {
"64bit": {
"url": "https://itefix.net/download/free/cwrsync_6.4.5_x64_free.zip",
"hash": "2fb0c9d1932c51d98c2ea0f09a581bd093b8a83741f3f933a263ada29007a67a"
"hash": "2fb0c9d1932c51d98c2ea0f09a581bd093b8a83741f3f933a263ada29007a67a",
"extract_dir": "cwrsync_6.4.5_x64_free"
}
},
"bin": "bin\\rsync.exe",
@ -19,8 +20,9 @@
"64bit": {
"url": "https://itefix.net/download/free/cwrsync_$version_x64_free.zip",
"hash": {
"url": "$url.sha256.asc"
}
"url": "https://verify.itefix.net/$basename.sha256.asc"
},
"extract_dir": "cwrsync_$version_x64_free"
}
}
}