cask "youtube-downloader" do version "0.17" sha256 "90948ca4f6d88fd5560c0a9b6942776d97009f382a12552ec976c3fb6bd6aa3d" url "https://github.com/DenBeke/YouTube-Downloader-for-macOS/releases/download/v#{version}/Youtube.Downloader.zip" name "YouTube Downloader" desc "Simple menu bar app to download YouTube movies" homepage "https://github.com/DenBeke/YouTube-Downloader-for-macOS" depends_on macos: ">= :sierra" app "Youtube Downloader.app" zap trash: "~/Library/Preferences/denbeke.Youtube-Downloader.plist" end