Skip to content

Commit

Permalink
New installer: 2022-09-04
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 4, 2022
1 parent e36ee91 commit 28236ed
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-06-03';
const inst_version = '2022-09-04';
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 = '0694bf6661aa9dae8338be87b633ae9ac20c68d593cc17658a1dffe6291098bf';
const checksum = 'bb92718bce932398a2e236d60c53ef35c3bc9a96999a26dd5814e66a2f4baf1f';
// 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 28236ed

Please sign in to comment.