cask "hedy" do version "2.7.1" sha256 "ba12676f76f1407ad47ebad0f3040a6b38aa5ccac7167545b56b128b0bde8651" url "https://dl.hedy.ai/Hedy-MacOS-#{version}.dmg" name "Hedy AI" desc "AI-powered meeting coach" homepage "https://hedy.ai/" livecheck do url "https://macos-update-xml.hedy.bot" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :sonoma" app "Hedy.app" uninstall quit: "bot.hedy.mobile" zap trash: [ "~/Library/Application Scripts/bot.hedy.mobile", "~/Library/Containers/bot.hedy.mobile", ] end