octave: fix checkver regex

This commit is contained in:
Ross Smith II 2019-06-17 14:37:52 -07:00
parent bc5de1d716
commit 5c46770adc

View File

@ -28,7 +28,7 @@
},
"checkver": {
"url": "https://wiki.octave.org/GNU_Octave_Wiki",
"re": "GNU Octave ([\\d.]+) is the current stable release"
"re": "GNU Octave ([\\d.]+).*is the current stable release"
},
"autoupdate": {
"architecture": {