Skip to content

Commit

Permalink
new installer: 2024-12-08
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 8, 2024
1 parent 0a36340 commit 2910808
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-11-16';
const INSTALLER_VERSION = '2024-12-08';
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 = 'e1347944b799ce0ebef62eeb779b95c87c954f4e52bad86752181b8abef98b21';
const INSTALLER_CHECKSUM = '66502c086115131b8a3304d834471b5ac9981efb5c3c329952b1f27a8ca6b5b4';
// 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 2910808

Please sign in to comment.