phinze/homebrew-cask

View on GitHub
Casks/m/macx-video-converter-pro.rb

Summary

Maintainability
A
15 mins
Test Coverage
cask "macx-video-converter-pro" do
  version "6.8.2"
  sha256 :no_check

  url "https://www.macxdvd.com/download/macx-video-converter-pro.dmg"
  name "MacX Video Converter Pro"
  desc "Tool to convert, edit, download & resize videos"
  homepage "https://www.macxdvd.com/mac-video-converter-pro/"

  livecheck do
    url "https://www.macxdvd.com/mac-video-converter-pro/upgrade/video-converter-pro.xml"
    # `LastestVersion` is an upstream typo of `LatestVersion`
    regex(%r{LastestVersion</key>\s*<string>(\d+(?:\.\d+)+)<}i)
  end

  app "MacX Video Converter Pro.app"

  zap trash: "~/Library/Preferences/com.macxdvd.macxvdoconverterpro.plist"
end