cask "qqlive" do version "2.79.1.53803" sha256 "1699113bf2282d0597ef5031ec151aba93845318261bd2ef7c4ff11dc9b3342c" url "https://dldir1.qq.com/qqtv/mac/TencentVideo#{version}.dmg" name "QQLive" name "TencentVideo" name "腾讯视频" desc "Tencent video streaming and sharing platform" homepage "https://v.qq.com/download.html#mac" livecheck do url :homepage regex(%r{href=.*/TencentVideo(\d+(?:\.\d+)+)\.dmg}i) end auto_updates true depends_on macos: ">= :el_capitan" app "QQLive.app" zap trash: [ "~/Library/Caches/com.tencent.tenvideo", "~/Library/Containers/com.tencent.tenvideo", "~/Library/Cookies/com.tencent.tenvideo.binarycookies", "~/Library/Logs/QQLive", "~/Library/Preferences/com.tencent.tenvideo.plist", "~/Library/Saved Application State/com.tencent.tenvideo.savedState", "~/Library/WebKit/com.tencent.tenvideo", ] end