From bbe68c7e8f9cbe6bdcb0cd8afb3e0c3aa4d56397 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 26 Oct 2023 12:52:55 +0200 Subject: [PATCH] New installer: 2023-10-26 --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 3c86e2f..e7d07af 100644 --- a/main.js +++ b/main.js @@ -16,9 +16,9 @@ function dummy() { return [__dirname + '/action.yml', __dirname + '/README.md']; } -const INSTALLER_VERSION = '2023-07-18'; +const INSTALLER_VERSION = '2023-10-26'; const INSTALLER_URL = `https://github.com/msys2/msys2-installer/releases/download/${INSTALLER_VERSION}/msys2-base-x86_64-${INSTALLER_VERSION.replace(/-/g, '')}.sfx.exe`; -const INSTALLER_CHECKSUM = 'ab9b9a25e92d0c71136c79eeac954f1ce023341224de8d81401439f38c8b9232'; +const INSTALLER_CHECKSUM = 'e97bf864328144753df645ac81e52a8b5223a3bbc07c6b991233f57f7a2f1650'; // see https://github.com/msys2/setup-msys2/issues/61 const INSTALL_CACHE_ENABLED = false; const CACHE_FLUSH_COUNTER = 0;