Skip to content

Commit

Permalink
New installer: 2024-11-16
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Nov 16, 2024
1 parent d041a6c commit 47eb311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function dummy() {
return [__dirname + '/action.yml', __dirname + '/README.md'];
}

const INSTALLER_VERSION = '2024-07-27';
const INSTALLER_VERSION = '2024-11-16';
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 = '587b86c7e2b7e77d133a4422d4c9b0ae68312442b905277ea3d4ccd0e75cbdea';
const INSTALLER_CHECKSUM = 'e1347944b799ce0ebef62eeb779b95c87c954f4e52bad86752181b8abef98b21';
// see https://github.com/msys2/setup-msys2/issues/61
const INSTALL_CACHE_ENABLED = false;
const CACHE_FLUSH_COUNTER = 0;
Expand Down

0 comments on commit 47eb311

Please sign in to comment.