Merge pull request #200541 from Homebrew/bump-roam-147.0.0-beta001
[Homebrew/homebrew-cask.git] / Casks / h / hiddenbar.rb
blob7b23d8ac457579fc8fc2988bc08fc48fb89074ee
1 cask "hiddenbar" do
2   version "1.9"
3   sha256 "3f54b024f5c1c40bc18aebe39014710289b47e147e71561fae22a661cab26d02"
5   url "https://github.com/dwarvesf/hidden/releases/download/v#{version}/Hidden.Bar.#{version}.dmg"
6   name "Hidden Bar"
7   desc "Utility to hide menu bar items"
8   homepage "https://github.com/dwarvesf/hidden/"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   depends_on macos: ">= :high_sierra"
17   app "Hidden Bar.app"
19   uninstall launchctl: "com.dwarvesv.LauncherApplication",
20             quit:      "com.dwarvesv.minimalbar"
22   zap trash: [
23     "~/Library/Application Scripts/com.dwarvesv.LauncherApplication",
24     "~/Library/Application Scripts/com.dwarvesv.minimalbar",
25     "~/Library/Containers/com.dwarvesv.LauncherApplication",
26     "~/Library/Containers/com.dwarvesv.minimalbar",
27   ]
28 end