diff --git a/Casks/t/tigervnc-viewer.rb b/Casks/t/tigervnc-viewer.rb index 347a645983..bf67e2dfaf 100644 --- a/Casks/t/tigervnc-viewer.rb +++ b/Casks/t/tigervnc-viewer.rb @@ -9,8 +9,8 @@ cask "tigervnc-viewer" do homepage "https://tigervnc.org/" livecheck do - url "https://github.com/TigerVNC/tigervnc" - strategy :github_latest + url "https://sourceforge.net/projects/tigervnc/rss?path=/stable" + regex(%r{url=.*?/TigerVNC[._-]v?(\d+(?:\.\d+)+)\.dmg}i) end app "TigerVNC Viewer #{version}.app"