Skip to content

Commit 8f95af8

Browse files
committed
Update MSYS2 to 2020-05-19
1 parent a0be2bd commit 8f95af8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-10' : null
730+
'msys2-2020-05-19' : null
731731
if (RELEASE_ASSET) {
732732
msSt = grpSt('Updating MSYS2')
733733
await installMSYS2()

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {

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-10' : null
199+
'msys2-2020-05-19' : null
200200
if (RELEASE_ASSET) {
201201
msSt = grpSt('Updating MSYS2')
202202
await installMSYS2()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)