Skip to content

Commit 0202e2b

Browse files
committed
Update MSYS2 to 2020-05-10
1 parent 98cd749 commit 0202e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ const run = async () => {
727727
* used when MSYS2 install or server have problems
728728
*/
729729
RELEASE_ASSET = fs.lstatSync('C:\\msys64').isSymbolicLink() ?
730-
'msys2-2020-05-01' : null
730+
'msys2-2020-05-10' : null
731731
if (RELEASE_ASSET) {
732732
msSt = grpSt('Updating MSYS2')
733733
await installMSYS2()

mingw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const run = async () => {
196196
* used when MSYS2 install or server have problems
197197
*/
198198
RELEASE_ASSET = fs.lstatSync('C:\\msys64').isSymbolicLink() ?
199-
'msys2-2020-05-01' : null
199+
'msys2-2020-05-10' : null
200200
if (RELEASE_ASSET) {
201201
msSt = grpSt('Updating MSYS2')
202202
await installMSYS2()

0 commit comments

Comments
 (0)