cask "meetingbar" do version "4.11.6" sha256 "4f19af496d4ff44b9b0ee02be02bc76207f3e365a7f9e77c7219a08c607838d7" url "https://github.com/leits/MeetingBar/releases/download/v#{version}/MeetingBar.dmg" name "MeetingBar" desc "Shows the next meeting in the menu bar" homepage "https://github.com/leits/MeetingBar" livecheck do url :url strategy :github_latest end no_autobump! because: :bumped_by_upstream depends_on macos: ">= :catalina" app "MeetingBar.app" zap trash: [ "~/Library/Application Scripts/leits.MeetingBar", "~/Library/Containers/leits.MeetingBar", ] end