excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / y / youtube-downloader.rb
blobdf3066faa891f64453b24e08e721b52aabc1d516
1 cask "youtube-downloader" do
2   version "0.17"
3   sha256 "90948ca4f6d88fd5560c0a9b6942776d97009f382a12552ec976c3fb6bd6aa3d"
5   url "https://github.com/DenBeke/YouTube-Downloader-for-macOS/releases/download/v#{version}/Youtube.Downloader.zip"
6   name "YouTube Downloader"
7   desc "Simple menu bar app to download YouTube movies"
8   homepage "https://github.com/DenBeke/YouTube-Downloader-for-macOS"
10   depends_on macos: ">= :sierra"
12   app "Youtube Downloader.app"
14   zap trash: "~/Library/Preferences/denbeke.Youtube-Downloader.plist"
15 end