Files
homebrew-cask/Casks/i/itubedownloader.rb
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

18 lines
494 B
Ruby

cask "itubedownloader" do
version "6.6.0"
sha256 :no_check
url "https://itubedownloader.s3.us-east-2.amazonaws.com/iTubeDownloader.dmg",
verified: "itubedownloader.s3.us-east-2.amazonaws.com/"
name "iTubeDownloader"
desc "Download YouTube videos, channels, or playlists"
homepage "https://alphasoftware.co/"
livecheck do
url "https://itubedownloader.s3.us-east-2.amazonaws.com/appcast.xml"
strategy :sparkle, &:short_version
end
app "iTubeDownloader.app"
end