cask "c0re100-qbittorrent" do version "4.2.5.11" sha256 "8dd2d4b70b3af1bcec83023eb85c130d25e1e0c05fb759d77d876752e7ad6d84" url "https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-#{version}/qBittorrent-#{version}.dmg" appcast "https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases.atom" name "qBittorrent Enhanced Edition" homepage "https://github.com/c0re100/qBittorrent-Enhanced-Edition" depends_on macos: ">= :sierra" app "qbittorrent.app" zap trash: [ "~/.config/qBittorrent", "~/Library/Application Support/qBittorrent", "~/Library/Caches/qBittorrent", "~/Library/Preferences/org.qbittorrent.qBittorrent.plist", "~/Library/Preferences/qBittorrent", "~/Library/Saved Application State/org.qbittorrent.qBittorrent.savedState", ] end