From ba6226b6da0ce0b9e12107f0c66db2c84e13ec77 Mon Sep 17 00:00:00 2001 From: twangboy Date: Fri, 13 Sep 2024 11:48:15 -0600 Subject: [PATCH] Fix url and add new versions --- cwrsync/init.sls | 3 +++ cwrsync/install.ps1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"