From e66d78836125a44752087545c97a9c569541df5b Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:04:05 +0800 Subject: [PATCH] cwrsync@6.4.5: Update url & hash, fix checkver & autoupdate (#7188) Relocate cwrsync downloads to its GitHub repository: https://github.com/itefixnet/download. --- bucket/cwrsync.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/bucket/cwrsync.json b/bucket/cwrsync.json index 0f454c0d5e..ef19003842 100644 --- a/bucket/cwrsync.json +++ b/bucket/cwrsync.json @@ -5,23 +5,21 @@ "license": "https://itefix.net/simplified-bsd-license", "architecture": { "64bit": { - "url": "https://itefix.net/download/free/cwrsync_6.4.5_x64_free.zip", - "hash": "b9d7ca3fa4b95e13a89000d7ddda8701441264721f64d262d849f6b051ac97be", + "url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v6.4.5/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" + "url": "https://api.github.com/repos/itefixnet/download/releases", + "jsonpath": "$[?(@.tag_name =~ /cwrsync-client-v[\\d.]+/)].tag_name", + "regex": "cwrsync-client-v(?[\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://itefix.net/download/free/cwrsync_$version_x64_free.zip", - "hash": { - "url": "https://verify.itefix.net/$basename.sha256.asc" - }, + "url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v$version/cwrsync_$version_x64_free.zip", "extract_dir": "cwrsync_$version_x64_free" } }