Skip to content

Commit

Permalink
New base: 2021-02-15
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 15, 2021
1 parent fba7d43 commit 2109053
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,8 +9,8 @@ const crypto = require('crypto');
const assert = require('assert').strict;
const { hashElement } = require('folder-hash');

const inst_url = 'https://github.com/msys2/msys2-installer/releases/download/2021-01-05/msys2-base-x86_64-20210105.sfx.exe';
const checksum = '70729e44685316291a37f7b8c1cc2d46a3a5594ebc4a7285278f8d160f927438';
const inst_url = 'https://github.com/msys2/msys2-installer/releases/download/2021-02-15/msys2-base-x86_64-20210215.sfx.exe';
const checksum = 'c53b2b1e9e49c7ce2dbbdd1e7fca9779390268ccb35d23c69d024747130d1853';
// 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 2109053

Please sign in to comment.