diff --git a/cwrsync/init.sls b/cwrsync/init.sls index b00f9cae9..db19cbfe1 100644 --- a/cwrsync/init.sls +++ b/cwrsync/init.sls @@ -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 diff --git a/cwrsync/install.ps1 b/cwrsync/install.ps1 index 3b5cf54fe..7894586ed 100644 --- a/cwrsync/install.ps1 +++ b/cwrsync/install.ps1 @@ -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"