From 2a16230c129f1a634d54f14e496404557beeac17 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Fri, 29 Sep 2023 23:57:46 -0400 Subject: [PATCH] t/tabby: update livecheck --- Casks/t/tabby.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/t/tabby.rb b/Casks/t/tabby.rb index c1fbb221c1..49be10e292 100644 --- a/Casks/t/tabby.rb +++ b/Casks/t/tabby.rb @@ -13,8 +13,8 @@ cask "tabby" do homepage "https://eugeny.github.io/tabby/" livecheck do - url "https://github.com/Eugeny/tabby/releases/latest" - strategy :header_match + url :url + strategy :github_latest end auto_updates true