gnucash-on-windows master: Update msys2 tarballs to latest.

John Ralls jralls at code.gnucash.org
Sun Dec 9 14:49:24 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/ecb4f165 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/14dd4700 (commit)



commit ecb4f165efa1f984920001f77e66cd23c077f6b4
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 9 11:48:58 2018 -0800

    Update msys2 tarballs to latest.
    
    The 2016 ones don't work anymore.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index 41a6eb6..a92405f 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -128,8 +128,8 @@ function make-unixpath([string]$path) {
 # Install MSYS2 for the current machine's architechture.
 
 if (!(test-path -path $bash_path)) {
-    $mingw64_installer32 = "http://repo.msys2.org/distrib/i686/msys2-i686-20161025.exe"
-    $mingw64_installer64 = "http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe"
+    $mingw64_installer32 = "http://repo.msys2.org/distrib/i686/msys2-i686-20180531.exe"
+    $mingw64_installer64 = "http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20180531.exe"
 
     $mingw64_installer_file = "$download_dir\msys2.exe"
     $mingw64_installer = If ([IntPtr]::size -eq 4) {$mingw64_installer32} Else {$mingw64_installer64}



Summary of changes:
 setup-mingw64.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list