syncplay: use url :url instead of url :stable for livecheck

This commit is contained in:
Bevan Kay
2024-01-25 09:22:32 +11:00
parent 8148d9c010
commit b99fe052f4
+1 -1
View File
@@ -9,7 +9,7 @@ cask "syncplay" do
homepage "https://syncplay.pl/"
livecheck do
url :stable
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end