mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-22 11:24:39 +00:00
ruby: fix checkver regex
This commit is contained in:
parent
d583b07859
commit
4fc02e8694
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user