Skip to content

Commit

Permalink
New installer: 2022-10-28
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 29, 2022
1 parent 7e16ea4 commit a7df512
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 @@ -9,9 +9,9 @@ const crypto = require('crypto');
const assert = require('assert').strict;
const { hashElement } = require('folder-hash');

const inst_version = '2022-09-04';
const inst_version = '2022-10-28';
const inst_url = `https://github.com/msys2/msys2-installer/releases/download/${inst_version}/msys2-base-x86_64-${inst_version.replace(/-/g, '')}.sfx.exe`;
const checksum = 'bb92718bce932398a2e236d60c53ef35c3bc9a96999a26dd5814e66a2f4baf1f';
const checksum = 'e365b79b4b30b6f4baf34bd93f3d2a41c0a92801c7a96d79cddbfca1090a0554';
// 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 a7df512

Please sign in to comment.