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

27 lines
746 B
Ruby

cask "wowup" do
arch arm: "-arm64"
version "2.10.0"
sha256 arm: "cbe35839240a592862169db6b0e4f77529eccb90d940c5ebfa29ad999c4f2fc6",
intel: "006bb26c2556e564dd16942dd23bf167c688656e0b440fc08c5ebc7f734abb36"
url "https://github.com/WowUp/WowUp/releases/download/v#{version}/WowUp-#{version}#{arch}.dmg",
verified: "github.com/WowUp/WowUp/"
name "WowUp"
desc "World of Warcraft addon manager"
homepage "https://wowup.io/"
auto_updates true
app "WowUp.app"
uninstall quit: "io.wowup.jliddev"
zap trash: [
"~/Library/Application Support/WowUp",
"~/Library/Logs/WowUp",
"~/Library/Preferences/io.wowup.jliddev.plist",
"~/Library/Saved Application State/io.wowup.jliddev.savedState",
]
end