cask "tip" do version "2.0.0" sha256 "4d986a461d1b24bb5776fb49063b9a1891939f336b306a6bc75f58d0a4e98bcb" url "https://github.com/tanin47/tip/releases/download/v#{version}/Tip.zip" name "Tip" desc "Programmable tooltip that can be used with any app" homepage "https://github.com/tanin47/tip" no_autobump! because: :requires_manual_review deprecate! date: "2025-05-25", because: :moved_to_mas depends_on macos: ">= :mojave" app "Tip.app" zap trash: "~/Library/Application Scripts/tanin.tip" caveats do requires_rosetta end end