gnucash-on-windows master: Update perl to the latest strawberry release.

John Ralls jralls at code.gnucash.org
Mon Mar 15 16:35:07 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/1b6c813a (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/828236d2 (commit)



commit 1b6c813ab3cd6bc8fd25d90905a2493ef5f9e4c1
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 15 13:34:39 2021 -0700

    Update perl to the latest strawberry release.

diff --git a/extra_dist/getperl.vbs b/extra_dist/getperl.vbs
index 959b1f9..09d2e75 100644
--- a/extra_dist/getperl.vbs
+++ b/extra_dist/getperl.vbs
@@ -9,7 +9,7 @@ Dim fso: Set fso = CreateObject("Scripting.FileSystemObject")
 Dim tempFolder: tempFolder = fso.GetSpecialFolder(TemporaryFolder)
 
 strHDLocation = Wscript.Arguments.Item(0)
-strVersion = "5.30.2.1"
+strVersion = "5.32.1.1"
 
 ' Set your settings
     strFileURL    = "http://strawberryperl.com/download/" & strVersion & "/strawberry-perl-" & strVersion & "-32bit.msi"



Summary of changes:
 extra_dist/getperl.vbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list