From 1786747997468b8ece7d450a26e00151bca9e1d8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 3 Sep 2023 17:05:38 -0400 Subject: [PATCH] there: add livecheck Signed-off-by: Rui Chen --- Casks/t/there.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Casks/t/there.rb b/Casks/t/there.rb index 4340304762..e6c5f4649a 100644 --- a/Casks/t/there.rb +++ b/Casks/t/there.rb @@ -8,6 +8,11 @@ cask "there" do desc "Tool to display the local times of people in a team" homepage "https://there.pm/" + livecheck do + url :url + strategy :github_latest + end + app "There.app" uninstall signal: ["TERM", "pm.there.desktop"]