cask "showyedge" do version "6.1.0" sha256 "59b7571eddca8fd8e619afd8c002be280fbbdcf2a2830de311c8951fca56d435" url "https://github.com/pqrs-org/ShowyEdge/releases/download/v#{version}/ShowyEdge-#{version}.dmg", verified: "github.com/pqrs-org/ShowyEdge/" name "ShowyEdge" desc "Visible indicator of the current input source" homepage "https://showyedge.pqrs.org/" livecheck do url "https://appcast.pqrs.org/showyedge-appcast.xml" strategy :sparkle end no_autobump! because: :requires_manual_review depends_on macos: ">= :ventura" app "ShowyEdge.app" zap trash: [ "~/Library/Caches/org.pqrs.ShowyEdge", "~/Library/Preferences/org.pqrs.ShowyEdge.plist", ] end