cask "qq" do version "6.9.75_250626_01" sha256 "b564f447cf2d5f3d32a4f4130f3012ae1e339ef06fabfa21061a5e0efd8f9557" url "https://dldir1.qq.com/qqfile/qq/QQNT/Mac/QQ_#{version}.dmg" name "QQ" desc "Instant messaging tool" homepage "https://im.qq.com/macqq/index.shtml" livecheck do url "https://im.qq.com/rainbow/ntQQDownload/" regex(/QQ[._-]v?(\d+(?:[._]\d+)+)\.dmg/i) end auto_updates true depends_on macos: ">= :mojave" app "QQ.app" uninstall quit: "com.tencent.qq" zap trash: [ "~/Library/Application Scripts/com.tencent.qq", "~/Library/Application Scripts/FN2V63AD2J.com.tencent.localserver2", "~/Library/Application Scripts/FN2V63AD2J.com.tencent.ScreenCapture2", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.tencent.qq.sfl*", "~/Library/Caches/com.tencent.qq", "~/Library/Containers/com.tencent.qq", "~/Library/Containers/com.tencent.qq.share", "~/Library/Containers/FN2V63AD2J.com.tencent.localserver2", "~/Library/Containers/FN2V63AD2J.com.tencent.ScreenCapture2", "~/Library/Group Containers/FN2V63AD2J.com.tencent", "~/Library/Preferences/com.tencent.qq.plist", "~/Library/Saved Application State/com.tencent.qq.savedState", "~/Library/WebKit/com.tencent.qq", ] end