From 62f608eb805822dbc166d579a54dda9ec2e2288a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 15 Mar 2023 17:05:01 +0100
Subject: [PATCH] Windows package: bump dependencies

For the time being, the HDF5 package is held back, because of this issue which
affects version 1.14.0:
https://github.com/msys2/MINGW-packages/issues/15449#issuecomment-1470098865
---
 windows/deps/versions.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk
index 33b9a0c59e..5dd32c83ac 100644
--- a/windows/deps/versions.mk
+++ b/windows/deps/versions.mk
@@ -18,17 +18,17 @@ MATLAB64_VERSION = 20200930
 ## Build dependencies
 
 # pacman -Ss mingw-w64-x86_64-boost
-MINGW64_BOOST_VERSION = 1.81.0-1
+MINGW64_BOOST_VERSION = 1.81.0-6
 
 # pacman -Ss mingw-w64-x86_64-gsl
 MINGW64_GSL_VERSION = 2.7.1-1
 
 # pacman -Ss mingw-w64-x86_64-matio
-MINGW64_MATIO_VERSION = 1.5.23-1
+MINGW64_MATIO_VERSION = 1.5.23-4
 
 # Dependency of matio (and of the MinGW compiler)
 # pacman -Ss mingw-w64-x86_64-zlib
-MINGW64_ZLIB_VERSION = 1.2.13-2
+MINGW64_ZLIB_VERSION = 1.2.13-3
 
 # Dependency of matio
 # pacman -Ss mingw-w64-x86_64-hdf5
-- 
GitLab