outline-manager: update livecheck (#143109)

This commit is contained in:
Sam Ford 2023-03-15 12:03:37 -04:00 committed by GitHub
parent e4d8632539
commit 0f7db9d466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ cask "outline-manager" do
livecheck do
url :stable
regex(/^(?:manager-)?v?(\d+(?:\.\d+)+)$/i)
regex(%r{href=["']?[^"' >]*?/tag/(?:manager[._-])?v?(\d+(?:\.\d+)+)["' >]}i)
strategy :github_latest
end
app "Outline Manager.app"