Skip to content

Commit

Permalink
Merge pull request #2182 from twangboy/fix_cwrsync
Browse files Browse the repository at this point in the history
Fix url and add new versions for cwrsync
  • Loading branch information
twangboy authored Sep 13, 2024
2 parents 3790cb0 + ba6226b commit 0663d93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cwrsync/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# - remove.ps1

{%- load_yaml as versions %}
- 6.3.1
- 6.3.0
- 6.2.12
- 6.2.11
- 6.2.10
- 6.2.9
Expand Down
2 changes: 1 addition & 1 deletion cwrsync/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Expand-ZipFile {
}

# Define variables
$base_url = "https://itefix.net/dl/free-software"
$base_url = "https://itefix.net/download/free"
$file_name = "cwrsync_$Version`_x64_free.zip"
$date = Get-Date -Format "yyyyMMdd"
$target_dir = "$env:ProgramFiles\cwRsync"
Expand Down

0 comments on commit 0663d93

Please sign in to comment.