excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / launchbar.rb
blob548474af57f9470993af1b04a4ccee1226428a9f
1 cask "launchbar" do
2   version "6.20.1"
3   sha256 "1db18e13248c096c0e5272782d860f9ae8e8f53b9b3d6452478c9dd2cd897781"
5   url "https://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
6   name "LaunchBar"
7   desc "Productivity tool"
8   homepage "https://www.obdev.at/products/launchbar/index.html"
10   livecheck do
11     url "https://www.obdev.at/products/launchbar/download.html"
12     regex(%r{href=.*?/LaunchBar-(\d+(?:\.\d+)+)\.dmg}i)
13   end
15   auto_updates true
16   depends_on macos: ">= :mojave"
18   app "LaunchBar.app"
20   zap trash: [
21     "~/Library/Application Support/LaunchBar",
22     "~/Library/Caches/at.obdev.LaunchBar",
23     "~/Library/Preferences/at.obdev.LaunchBar.plist",
24     "~/Library/Saved Application State/at.obdev.LaunchBar.savedState",
25   ]
26 end