From 36568c84976619f840c43e6a45846ba2f940a576 Mon Sep 17 00:00:00 2001 From: pedoc Date: Sun, 7 Sep 2025 10:03:02 +0800 Subject: [PATCH] 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 --- bucket/cwrsync.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bucket/cwrsync.json b/bucket/cwrsync.json index 384903135d..88e5d16484 100644 --- a/bucket/cwrsync.json +++ b/bucket/cwrsync.json @@ -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" } } }