Files
Miccal MatthewsandGitHub 38915b180d Merge pull request #166723 from razvanazamfirei/spelling-fix
various: change spelling to international english
2024-02-15 11:16:01 +08:00

29 lines
683 B
Ruby

cask "eqmac" do
version "1.8.7"
sha256 "ca8fd1885e764c3ab0009420e09012a12a9871dc9702d4edcdb7b25d2d3b71ce"
url "https://github.com/bitgapp/eqMac/releases/download/v#{version}/eqMac.dmg",
verified: "github.com/bitgapp/eqMac/"
name "eqMac"
desc "System-wide audio equaliser"
homepage "https://eqmac.app/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :sierra"
app "eqMac.app"
uninstall delete: "/Library/Audio/Plug-Ins/HAL/eqMac.driver/"
zap trash: [
"~/Library/Caches/com.bitgapp.eqmac",
"~/Library/Preferences/com.bitgapp.eqmac.plist",
"~/Library/WebKit/com.bitgapp.eqmac",
]
end