cask "bloop" do arch arm: "aarch64", intel: "x64" version "0.6.5" sha256 arm: "81f57e777ba61dc04ce1b22c2903d144c4b97beea532415f53a8f30e41b01b68", intel: "7a8a10b4cb89dcb327217ec644fa1c9e62db732229e2d23b2a723d8def714bf0" url "https://github.com/BloopAI/bloop/releases/download/v#{version}/bloop_#{version}_#{arch}.dmg", verified: "github.com/BloopAI/bloop/" name "bloop" desc "Code search engine" homepage "https://bloop.ai/" no_autobump! because: :requires_manual_review deprecate! date: "2025-01-05", because: :discontinued depends_on macos: ">= :big_sur" app "bloop.app" zap trash: [ "~/Library/Caches/ai.bloop.bloop", "~/Library/Preferences/ai.bloop.bloop.plist", "~/Library/Saved Application State/ai.bloop.bloop.savedState", "~/Library/WebKit/ai.bloop.bloop", ] end