cwrsync: Update to version 6.3.1 (Close #6186)

Update checkver and urls
This commit is contained in:
HUMORCE 2024-09-12 04:57:59 +00:00
parent 3c24b3cfb7
commit 79f2db0e0d
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -1,23 +1,23 @@
{ {
"version": "6.3.0", "version": "6.3.1",
"description": "rsync is a file transfer program capable of efficient remote update via a fast differencing algorithm.", "description": "rsync is a file transfer program capable of efficient remote update via a fast differencing algorithm.",
"homepage": "https://itefix.net/cwrsync", "homepage": "https://itefix.net/cwrsync",
"license": "https://itefix.net/simplified-bsd-license", "license": "https://itefix.net/simplified-bsd-license",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://itefix.net/dl/free-software/cwrsync_6.3.0_x64_free.zip", "url": "https://itefix.net/download/free/cwrsync_6.3.1_x64_free.zip",
"hash": "d1a0622f9c4dc50b661b9114945eaf4f9deda7187130284e15acfe8299d788ca" "hash": "ebd33c7e93c71ea1d73380d3d0ad40d66d361b73e9b9546651a7cf2f368736a0"
} }
}, },
"bin": "bin\\rsync.exe", "bin": "bin\\rsync.exe",
"checkver": { "checkver": {
"url": "https://itefix.net/cwrsync", "url": "https://itefix.net/cwrsync/client/downloads",
"regex": "cwrsync_([\\d.]+)_x64_free\\.zip" "regex": "cwrsync_([\\d.]+)_x64_free\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://itefix.net/dl/free-software/cwrsync_$version_x64_free.zip", "url": "https://itefix.net/download/free/cwrsync_$version_x64_free.zip",
"hash": { "hash": {
"url": "$url.sha256.asc" "url": "$url.sha256.asc"
} }