mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
cwrsync: Add 6.2.3 (#2896)
* readd rsync. closes https://github.com/ScoopInstaller/Scoop/issues/4163 * Update bucket/rsync.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * review changes * add missing newline * rever .gitignore change * Move bin below url Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
8c07177921
commit
f04f019894
29
bucket/cwrsync.json
Normal file
29
bucket/cwrsync.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "6.2.3",
|
||||
"description": "rsync is a file transfer program capable of efficient remote update via a fast differencing algorithm.",
|
||||
"homepage": "https://itefix.net/cwrsync",
|
||||
"license": "https://itefix.net/simplified-bsd-license",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://itefix.net/dl/free-software/cwrsync_6.2.3_x64_free.zip",
|
||||
"hash": "19356b4910e587a158b3cffb1aa4cb6a942826b5727d97522ff9ee5f97236158",
|
||||
"extract_dir": "cwrsync_6.2.3_x64_free"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\rsync.exe",
|
||||
"checkver": {
|
||||
"url": "https://itefix.net/cwrsync",
|
||||
"regex": "cwrsync_([\\d.]+)_x64_free\\.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://itefix.net/dl/free-software/cwrsync_$version_x64_free.zip",
|
||||
"extract_dir": "cwrsync_$version_x64_free",
|
||||
"hash": {
|
||||
"url": "$url.sha256.asc"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user