openlp: update livecheck to ignore rc release

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2023-09-08 16:37:21 -04:00
parent 9bbfd7d5f0
commit 1b0af544eb
+1 -1
View File
@@ -9,7 +9,7 @@ cask "openlp" do
livecheck do
url "https://get.openlp.org"
regex(/href=['"]?(\d+(?:\.\d+)+)['"]?/i)
regex(%r{href=['"]?(\d+(?:\.\d+)+)(?!rc\d+)/['"]?}i)
end
app "OpenLP.app"