From 4fc02e8694d55bbeed807db9c1b8aef662f45c7b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 21 Sep 2017 21:11:39 +0200 Subject: [PATCH] ruby: fix checkver regex --- ruby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.json b/ruby.json index 9953403b6f..8e708b3551 100644 --- a/ruby.json +++ b/ruby.json @@ -31,7 +31,7 @@ "notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!", "checkver": { "github": "https://github.com/oneclick/rubyinstaller2", - "re": "/releases/tag/(?:v)?([\\d.]+(?:-[\\d])?)" + "re": "/releases/tag/(?:v|rubyinstaller-)?([\\d.]+(?:-[\\d])?)" }, "autoupdate": { "architecture": {