homebrew-cask/Casks/u/ultimate.rb

27 lines
590 B
Ruby

cask "ultimate" do
version "3.0.15.1211"
sha256 :no_check
url "https://download.epubor.com/epubor_ultimate.zip"
name "Epubor Ultimate"
desc "Convert and remove DRM on eBooks"
homepage "https://www.epubor.com/"
livecheck do
url "https://www.epubor.com/ultimate.html"
regex(/Version:\s*(\d+(?:\.\d+)+)/i)
end
pkg "Ultimate.pkg"
uninstall pkgutil: "EpuborStudioUltimate2"
zap trash: [
"~/.Epubor_Keys",
"~/.Ultimate",
"~/EpuborLog",
"~/Library/Preferences/Ultimate.plist",
"~/Library/Saved Application State/Ultimate.savedState",
]
end