Skip to content

Commit

Permalink
update base to 20211130 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored Dec 1, 2021
1 parent fadd448 commit d4e7310
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 = '2021-07-25';
const inst_version = '2021-11-30';
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 = '43c09824def2b626ff187c5b8a0c3e68c1063e7f7053cf20854137dc58f08592';
const checksum = '971f247546d1c7f92e711650136004a4f54119ce3131fe558112e24d69d0d352';
// 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 d4e7310

Please sign in to comment.