Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
682 B
Ruby

cask "vidl" do
version "1.0.2"
sha256 "af79d4f190fc9370abbd7c92e61be18b7c7c7bdd6cea235bd5e6c133ea153b2b"
url "https://omz-software.com/vidl/ViDL#{version.no_dots}.zip"
name "ViDL for Mac"
desc "GUI frontend for youtube-dl"
homepage "https://omz-software.com/vidl/"
livecheck do
url "https://ssl.webpack.de/omz-software.com/vidl/appcast.xml"
strategy :sparkle, &:short_version
end
app "ViDL.app"
zap trash: [
"~/Library/Application Support/ViDL/",
"~/Library/Caches/com.omz-software.ViDL",
"~/Library/Containers/com.omz-software.ViDL.ViDL-SafariExtension",
"~/Library/Saved Application State/com.omz-software.ViDL.savedState",
]
end