From 594bf2db95d4f12cd54d7b7e50c9a85d6d9b7e31 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Thu, 21 Dec 2023 08:11:31 -0500 Subject: [PATCH] gitahead: add `desc`, update `depends_on`, add `zap` --- Casks/g/gitahead.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Casks/g/gitahead.rb b/Casks/g/gitahead.rb index 2040233fff..9b2a8fd1e7 100644 --- a/Casks/g/gitahead.rb +++ b/Casks/g/gitahead.rb @@ -4,9 +4,16 @@ cask "gitahead" do url "https://github.com/gitahead/gitahead/releases/download/v#{version}/GitAhead-#{version}.dmg" name "GitAhead" + desc "Git Client" homepage "https://github.com/gitahead/gitahead" - depends_on macos: ">= :sierra" + depends_on macos: ">= :big_sur" app "GitAhead.app" + + zap trash: [ + "~/Library/Application Support/GitAhead", + "~/Library/Preferences/com.gitahead.GitAhead.plist", + "~/Library/Saved Application State/com.gitahead.GitAhead.savedState", + ] end