mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
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:
parent
ae402f6019
commit
36568c8497
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user