cask "bdash" do version "1.17.1" sha256 "cfed2bb1437e55d9a5de8e2d7ada1203ead1896f1cd897694b2e1324377c2752" url "https://github.com/bdash-app/bdash/releases/download/v#{version}/Bdash-#{version}-mac.zip" name "Bdash" desc "Simple SQL Client for lightweight data analysis" homepage "https://github.com/bdash-app/bdash" livecheck do url :url strategy :github_latest end app "Bdash.app" zap trash: [ "~/.bdash", "~/Library/Application Support/Bdash", "~/Library/Logs/Bdash", "~/Library/Preferences/io.bdash.plist", "~/Library/Saved Application State/io.bdash.savedState", ] caveats do requires_rosetta end end