From 5c46770adc792f9516079f608373229816f754d6 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 17 Jun 2019 14:37:52 -0700 Subject: [PATCH] octave: fix checkver regex --- bucket/octave.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/octave.json b/bucket/octave.json index 60799a18ce..40d75ee47b 100644 --- a/bucket/octave.json +++ b/bucket/octave.json @@ -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": {