Merge pull request #141 from rasa/rasa-octave

octave: fix checkver regex
This commit is contained in:
Ross Smith II 2019-06-17 22:35:12 -07:00 committed by GitHub
commit e95e476a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
}, },
"checkver": { "checkver": {
"url": "https://wiki.octave.org/GNU_Octave_Wiki", "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": { "autoupdate": {
"architecture": { "architecture": {