Files
homebrew-cask/Casks/m/minitube.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

25 lines
619 B
Ruby

cask "minitube" do
version "3.9.3"
sha256 :no_check
url "https://flavio.tordini.org/files/minitube/minitube.dmg"
name "Minitube"
desc "YouTube application"
homepage "https://flavio.tordini.org/minitube"
livecheck do
url "https://flavio.tordini.org/minitube-ws/appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :sierra"
app "Minitube.app"
zap trash: [
"~/Library/HTTPStorages/org.tordini.flavio.minitube",
"~/Library/Preferences/org.tordini.flavio.minitube.plist",
"~/Library/Saved Application State/org.tordini.flavio.minitube.savedState",
]
end