Files
homebrew-cask/Casks/p/pitchperfect.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
367 B
Ruby

cask "pitchperfect" do
version "2.15"
sha256 :no_check
url "https://www.nch.com.au/tuner/pitchmaci.zip"
name "PitchPerfect"
homepage "https://www.nch.com.au/tuner/"
livecheck do
url :url
strategy :extract_plist
end
app "PitchPerfect.app"
zap trash: "~/Library/Application Support/NCH Software/PitchPerfect/Shared/SharedSettings.xml"
end