From e34debdbb69c44fe7fd44aeb91813a04bcaa4b47 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 5 Jan 2021 20:19:53 +0100 Subject: [PATCH] New installer: 2021-01-05 https://github.com/msys2/msys2-installer/releases/tag/2021-01-05 --- CHANGELOG.md | 1 + main.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c262b3..75f5064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changed +- Update base distribution to [20210105](https://github.com/msys2/msys2-installer/releases/tag/2021-01-05). - Bump dependencies: - @actions/cache to v1.0.5 - @actions/tool-cache to v1.6.1 diff --git a/main.js b/main.js index 40f34f6..fca7bf6 100644 --- a/main.js +++ b/main.js @@ -9,8 +9,8 @@ const crypto = require('crypto'); const assert = require('assert').strict; const { hashElement } = require('folder-hash'); -const inst_url = 'https://github.com/msys2/msys2-installer/releases/download/2020-11-09/msys2-base-x86_64-20201109.sfx.exe'; -const checksum = 'f8a05b9353c42735521f393497dbbd0ce4db1a9de79ee1f6ef224bc9fae144b7'; +const inst_url = 'https://github.com/msys2/msys2-installer/releases/download/2021-01-05/msys2-base-x86_64-20210105.sfx.exe'; +const checksum = '70729e44685316291a37f7b8c1cc2d46a3a5594ebc4a7285278f8d160f927438'; // see https://github.com/msys2/setup-msys2/issues/61 const INSTALL_CACHE_ENABLED = false;