From 2aa460d8b37ccf01d2d28f9c435fb5a301055a9b Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Sat, 3 Apr 2021 11:31:09 +0200 Subject: [PATCH 1/6] Update strawberryperl_x64.sls to ver. 5.32.1.1 --- strawberryperl_x64.sls | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/strawberryperl_x64.sls b/strawberryperl_x64.sls index 93880d4e..57aebd5f 100644 --- a/strawberryperl_x64.sls +++ b/strawberryperl_x64.sls @@ -1,5 +1,15 @@ strawberryperl_x64: - {% for version, dl_version in (('5.26.1001', '5.26.1.1'), ('5.24.3001', '5.24.3.1')) %} + {% for version, dl_version in (('5.32.1001', '5.32.1.1'), + ('5.30.3001', '5.30.3.1'), + ('5.28.2001', '5.28.2.1'), + ('5.26.3001', '5.26.3.1'), + ('5.24.4001', '5.24.4.1'), + ('5.22.3001', '5.22.3.1'), + ('5.20.3003', '5.20.3.3'), + ('5.18.4001', '5.18.4.1'), + ('5.16.3001', '5.16.3.1'), + ('5.14.4001', '5.14.4.1') %} +# '{{ version }}': full_name: 'Strawberry Perl (64-bit)' installer: 'http://strawberryperl.com/download/{{ dl_version }}/strawberry-perl-{{ dl_version }}-64bit.msi' From 5c7ef50bc97567940eea0cc1652af43576bba3d0 Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Sat, 3 Apr 2021 11:32:31 +0200 Subject: [PATCH 2/6] Update strawberryperl_x86.sls to ver. 5.32.1.1 --- strawberryperl_x86.sls | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/strawberryperl_x86.sls b/strawberryperl_x86.sls index 0d8d3607..da330e6e 100644 --- a/strawberryperl_x86.sls +++ b/strawberryperl_x86.sls @@ -1,5 +1,14 @@ strawberryperl_x86: - {% for version, dl_version in (('5.26.1001', '5.26.1.1'), ('5.24.3001', '5.24.3.1')) %} + {% for version, dl_version in (('5.32.1001', '5.32.1.1'), + ('5.30.3001', '5.30.3.1'), + ('5.28.2001', '5.28.2.1'), + ('5.26.3001', '5.26.3.1'), + ('5.24.4001', '5.24.4.1'), + ('5.22.3001', '5.22.3.1'), + ('5.20.3003', '5.20.3.3'), + ('5.18.4001', '5.18.4.1'), + ('5.16.3001', '5.16.3.1'), + ('5.14.4001', '5.14.4.1') %} '{{ version }}': full_name: 'Strawberry Perl' installer: 'http://strawberryperl.com/download/{{ dl_version }}/strawberry-perl-{{ dl_version }}-32bit.msi' From abd1a3452e84d3b12679076dc31ed4a1f805ce5e Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Fri, 9 Apr 2021 18:52:31 +0200 Subject: [PATCH 3/6] strawberryperl_x86.sls fixed jinja syntax error added closing parenthesis --- strawberryperl_x86.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strawberryperl_x86.sls b/strawberryperl_x86.sls index da330e6e..54453789 100644 --- a/strawberryperl_x86.sls +++ b/strawberryperl_x86.sls @@ -8,7 +8,7 @@ strawberryperl_x86: ('5.20.3003', '5.20.3.3'), ('5.18.4001', '5.18.4.1'), ('5.16.3001', '5.16.3.1'), - ('5.14.4001', '5.14.4.1') %} + ('5.14.4001', '5.14.4.1')) %} '{{ version }}': full_name: 'Strawberry Perl' installer: 'http://strawberryperl.com/download/{{ dl_version }}/strawberry-perl-{{ dl_version }}-32bit.msi' @@ -19,3 +19,4 @@ strawberryperl_x86: locale: en_US reboot: False {% endfor %} +# From efcf512edc5ba9a2c0a4130f0643fcb64e055a3c Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Fri, 9 Apr 2021 18:53:16 +0200 Subject: [PATCH 4/6] strawberryperl_x64.sls fixed jinja syntax error added closing parenthesis --- strawberryperl_x64.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strawberryperl_x64.sls b/strawberryperl_x64.sls index 57aebd5f..34662e06 100644 --- a/strawberryperl_x64.sls +++ b/strawberryperl_x64.sls @@ -8,7 +8,7 @@ strawberryperl_x64: ('5.20.3003', '5.20.3.3'), ('5.18.4001', '5.18.4.1'), ('5.16.3001', '5.16.3.1'), - ('5.14.4001', '5.14.4.1') %} + ('5.14.4001', '5.14.4.1')) %} # '{{ version }}': full_name: 'Strawberry Perl (64-bit)' @@ -20,3 +20,4 @@ strawberryperl_x64: locale: en_US reboot: False {% endfor %} +# From fbf81ccb08a2c840d2bb1f95b8bf38d9361f5a14 Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Fri, 14 May 2021 11:27:54 +0200 Subject: [PATCH 5/6] add no-op whitespace - tor trigger re-testing --- strawberryperl_x64.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strawberryperl_x64.sls b/strawberryperl_x64.sls index 34662e06..dc5b1592 100644 --- a/strawberryperl_x64.sls +++ b/strawberryperl_x64.sls @@ -20,4 +20,4 @@ strawberryperl_x64: locale: en_US reboot: False {% endfor %} -# +# From 6b1a6b13fbcce31c32a1e910c98f67956480d722 Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Fri, 14 May 2021 11:28:10 +0200 Subject: [PATCH 6/6] add no-op whitespace - tor trigger re-testing --- strawberryperl_x86.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strawberryperl_x86.sls b/strawberryperl_x86.sls index 54453789..12afc6dd 100644 --- a/strawberryperl_x86.sls +++ b/strawberryperl_x86.sls @@ -19,4 +19,4 @@ strawberryperl_x86: locale: en_US reboot: False {% endfor %} -# +#