From 9460da5b074ed7cdc1d9e7c22bf0065026df5d81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 16 Jun 2021 14:23:25 +0200
Subject: [PATCH] Windows package: bump dependencies

---
 windows/deps/Makefile    | 2 +-
 windows/deps/versions.mk | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/windows/deps/Makefile b/windows/deps/Makefile
index 0eebb1a190..9581fc6878 100644
--- a/windows/deps/Makefile
+++ b/windows/deps/Makefile
@@ -170,7 +170,7 @@ msys2: lib64-msys2 mingw64
 
 MSYS2_EXCLUDES := --exclude .MTREE --exclude .BUILDINFO --exclude .PKGINFO
 
-lib64-msys2: tarballs/mingw-w64-x86_64-boost-$(MINGW64_BOOST_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-gsl-$(MINGW64_GSL_VERSION)-any.pkg.tar.xz tarballs/mingw-w64-x86_64-openblas-$(MINGW64_OPENBLAS_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-matio-$(MINGW64_MATIO_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-zlib-$(MINGW64_ZLIB_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-hdf5-$(MINGW64_HDF5_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-szip-$(MINGW64_SZIP_VERSION)-any.pkg.tar.xz
+lib64-msys2: tarballs/mingw-w64-x86_64-boost-$(MINGW64_BOOST_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-gsl-$(MINGW64_GSL_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-openblas-$(MINGW64_OPENBLAS_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-matio-$(MINGW64_MATIO_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-zlib-$(MINGW64_ZLIB_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-hdf5-$(MINGW64_HDF5_VERSION)-any.pkg.tar.zst tarballs/mingw-w64-x86_64-szip-$(MINGW64_SZIP_VERSION)-any.pkg.tar.xz
 	rm -rf $@
 	mkdir $@
 	for f in $^; do tar xf $$f --directory $@ --strip-components 1 $(MSYS2_EXCLUDES); done
diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk
index 90043d5715..69a8cc57be 100644
--- a/windows/deps/versions.mk
+++ b/windows/deps/versions.mk
@@ -21,7 +21,7 @@ MATLAB64_VERSION = 20200930
 MINGW64_BOOST_VERSION = 1.75.0-4
 
 # pacman -Ss mingw-w64-x86_64-gsl
-MINGW64_GSL_VERSION = 2.6-1
+MINGW64_GSL_VERSION = 2.7-1
 
 # pacman -Ss mingw-w64-x86_64-openblas
 MINGW64_OPENBLAS_VERSION = 0.3.13-2
@@ -53,10 +53,10 @@ MINGW64_GMP_VERSION = 6.2.1-2
 MINGW64_BINUTILS_VERSION = 2.36.1-3
 
 # pacman -Ss mingw-w64-x86_64-headers-git
-MINGW64_HEADERS_VERSION = 9.0.0.6215.788f57701-1
+MINGW64_HEADERS_VERSION = 9.0.0.6215.788f57701-2
 
 # pacman -Ss mingw-w64-x86_64-crt-git
-MINGW64_CRT_VERSION = 9.0.0.6215.788f57701-1
+MINGW64_CRT_VERSION = 9.0.0.6215.788f57701-2
 
 # pacman -Ss mingw-w64-x86_64-winpthreads-git
 MINGW64_WINPTHREADS_VERSION = 9.0.0.6215.788f57701-1
-- 
GitLab