Files
homebrew-cask/Casks/w/wowmatrix.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

17 lines
307 B
Ruby

cask "wowmatrix" do
version "8.0.2.0"
sha256 :no_check
url "https://swupdate.wowmatrix.com/mac/WowMatrix.zip"
name "WowMatrix"
desc "WoW AddOn Installer and Updater"
homepage "https://www.wowmatrix.com/"
livecheck do
url :url
strategy :extract_plist
end
app "WowMatrix.app"
end