cask "lunarbar" do version "1.4.0" sha256 "f690976d080c5a3bd7a3fac49873ce6282f80c640270bfab813015ebfd6922f7" url "https://github.com/LunarBar-app/LunarBar/releases/download/v#{version}/LunarBar-#{version}.dmg" name "LunarBar" desc "Lunar calendar for menu bar" homepage "https://github.com/LunarBar-app/LunarBar" livecheck do url :url strategy :github_latest end depends_on macos: ">= :ventura" app "LunarBar.app" zap trash: [ "~/Library/Application Scripts/app.cyan.lunarbar", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.cyan.lunarbar.sfl*", "~/Library/Containers/app.cyan.lunarbar", "~/Library/Saved Application State/app.cyan.lunarbar.savedState", ] end