gnucash-on-windows master: Bug 791725 - [Finance::Quote] update hardcoded download link...

John Ralls jralls at code.gnucash.org
Fri Sep 28 18:16:05 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/81ab3b35 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/4ba69dcd (commit)



commit 81ab3b3516c488502c6efd3894103908ebabbc46
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 28 15:14:16 2018 -0700

    Bug 791725 - [Finance::Quote] update hardcoded download link...
    
    of strawberry perl in getperl.vbs

diff --git a/extra_dist/getperl.vbs b/extra_dist/getperl.vbs
index 07ceaa0..7d66c65 100644
--- a/extra_dist/getperl.vbs
+++ b/extra_dist/getperl.vbs
@@ -9,13 +9,13 @@ Dim fso: Set fso = CreateObject("Scripting.FileSystemObject")
 Dim tempFolder: tempFolder = fso.GetSpecialFolder(TemporaryFolder)
 
 strHDLocation = Wscript.Arguments.Item(0)
+strVersion = "5.28.0.1"
 
 ' Set your settings
-    strFileURL    = "http://strawberryperl.com/download/5.18.2.2/strawberry-perl-5.18.2.2-32bit.msi"
+    strFileURL    = "http://strawberryperl.com/download/" & strVersion & "/strawberry-perl-" & strVersion & "-32bit.msi"
 
     Wscript.Echo "   copying " & strFileURL
     Wscript.Echo "   to "  & strHDLocation
-     
 
 ' Fetch the file
     Set objXMLHTTP = CreateObject("MSXML2.XMLHTTP")



Summary of changes:
 extra_dist/getperl.vbs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list