Skip to content

Commit

Permalink
New installer: 2023-10-26
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 26, 2023
1 parent 28912a8 commit bbe68c7
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 = '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;
Expand Down

0 comments on commit bbe68c7

Please sign in to comment.