cask 'rekordbox' do version '5.2.3' sha256 'b85b149ac61b8c82d532e9a11811c466c1af2104ea03eddacb7e0d9bf3e04039' url "https://rekordbox.com/_app/files/Install_rekordbox_#{version.dots_to_underscores}.pkg.zip" name 'rekordbox' homepage 'https://rekordbox.com/en/' auto_updates true depends_on macos: '>= :yosemite' pkg "Install_rekordbox_#{version.dots_to_underscores}.pkg" uninstall pkgutil: "com.pioneer.rekordbox.#{version.major}.*", delete: "/Applications/rekordbox #{version.major}" zap trash: [ '~/Library/Application Support/Pioneer/rekordbox', '~/Library/Pioneer/rekordbox', ] end