cask "softube-central" do version "2.0.1" sha256 "fc5c3729595a6f94aa8e627097e24b82c4e0654792a09e8044d544562615bd6a" url "https://softubestorage.b-cdn.net/softubecentraldata/softubecentral/Softube%20Central-#{version}-universal.pkg", verified: "softubestorage.b-cdn.net/" name "Softube Central" desc "Installer for installation and license activation of Softube products" homepage "https://www.softube.com/" livecheck do url "https://softubestorage.b-cdn.net/softubecentraldata/softubecentral/latest-mac.yml?noCache=#{Time.now.to_i}" strategy :electron_builder end no_autobump! because: :requires_manual_review auto_updates true depends_on cask: "ilok-license-manager" pkg "Softube Central-#{version}-universal.pkg" uninstall quit: [ "com.softube.Console1OSD_Release", "org.softube.com.softubecentral", ], pkgutil: [ "com.softube.installerdaemon.helper", "org.softube.com.softubecentral", ] zap trash: [ "/Library/Application Support/Softube", "/Library/LaunchDaemons/com.softube.installerdaemon.helper.plist", "/Library/Preferences/com.softube.settings.plist", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.softube.com.softubecentral.sfl*", "~/Library/Application Support/Softube*", "~/Library/Logs/Softube Central", "~/Library/Preferences/org.softube.com.softubecentral.plist", ] end