homebrew-cask/Casks/c0re100-qbittorrent.rb

23 lines
826 B
Ruby

cask "c0re100-qbittorrent" do
version "4.3.1.11"
sha256 "b6396690bf9104f3005387777637b9d127cc39b087daaa19d1b0640744e7a64e"
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