mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
octave: fix checkver regex
This commit is contained in:
parent
bc5de1d716
commit
5c46770adc
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user