outline-manager: use url :url instead of url :stable for livecheck

This commit is contained in:
Bevan Kay
2024-01-25 09:22:31 +11:00
parent 1ed70a464d
commit bf6f1efabb
+1 -1
View File
@@ -9,7 +9,7 @@ cask "outline-manager" do
homepage "https://www.getoutline.org/"
livecheck do
url :stable
url :url
regex(/(?:manager[._-])?v?(\d+(?:\.\d+)+)/i)
strategy :github_latest
end