From d11c877a0eefba1bb529b595629c83d104a0523e Mon Sep 17 00:00:00 2001 From: roeybiran Date: Fri, 29 Sep 2023 13:00:22 +0300 Subject: [PATCH] finbar 1.11.1 --- Casks/f/finbar.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Casks/f/finbar.rb diff --git a/Casks/f/finbar.rb b/Casks/f/finbar.rb new file mode 100644 index 0000000000..b6be57a45d --- /dev/null +++ b/Casks/f/finbar.rb @@ -0,0 +1,26 @@ +cask "finbar" do + version "1.11.1" + sha256 :no_check + + url "https://www.roeybiran.com/apps/finbar/download" + name "Finbar" + desc "Menu bar searching utility" + homepage "https://www.roeybiran.com/apps/finbar" + + livecheck do + url "https://www.roeybiran.com/apps/finbar/appcast.xml" + strategy :sparkle, &:short_version + end + + auto_updates true + depends_on macos: ">= :big_sur" + + app "Finbar.app" + + uninstall quit: "com.roeybiran.Finbar" + + zap trash: [ + "~/Library/Application Support/com.roeybiran.Finbar", + "~/Library/Preferences/com.roeybiran.Finbar.plist", + ] +end