Skip to content

Commit

Permalink
New installer: 2024-01-13
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 13, 2024
1 parent 8b0d40b commit 280250c
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 @@ -17,9 +17,9 @@ function dummy() {
return [__dirname + '/action.yml', __dirname + '/README.md'];
}

const INSTALLER_VERSION = '2023-10-26';
const INSTALLER_VERSION = '2024-01-13';
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 = 'e97bf864328144753df645ac81e52a8b5223a3bbc07c6b991233f57f7a2f1650';
const INSTALLER_CHECKSUM = 'dba7e6d27e6a9ab850f502da44f6bfcd16d4d7b175fc2b25bee37207335cb12f';
// 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 280250c

Please sign in to comment.