gnucash-on-windows master: Use https to retrieve perl installer, avoids redirect and erro message.

John Ralls jralls at code.gnucash.org
Mon Mar 15 19:20:27 EDT 2021


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



commit 9e3347b501bf98515652fd42d27d9e8a3df8fafd
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 15 16:19:47 2021 -0700

    Use https to retrieve perl installer, avoids redirect and erro message.

diff --git a/extra_dist/getperl.vbs b/extra_dist/getperl.vbs
index 09d2e75..4214c95 100644
--- a/extra_dist/getperl.vbs
+++ b/extra_dist/getperl.vbs
@@ -12,7 +12,7 @@ strHDLocation = Wscript.Arguments.Item(0)
 strVersion = "5.32.1.1"
 
 ' Set your settings
-    strFileURL    = "http://strawberryperl.com/download/" & strVersion & "/strawberry-perl-" & strVersion & "-32bit.msi"
+    strFileURL    = "https://strawberryperl.com/download/" & strVersion & "/strawberry-perl-" & strVersion & "-32bit.msi"
 
     Wscript.Echo "   copying " & strFileURL
     Wscript.Echo "   to "  & strHDLocation



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



More information about the gnucash-changes mailing list