excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / softube-central.rb
blob3aecf411ea22ff580b88d9c7186e6b699035bbce
1 cask "softube-central" do
2   version "1.11.1"
3   sha256 "0aaeb48c3e66e8e7ec614e06cada783433f0669e607b5b59a626dfe56457a3e4"
5   url "https://softubestorage.b-cdn.net/softubecentraldata/softubecentral/Softube%20Central-#{version}-universal.pkg",
6       verified: "softubestorage.b-cdn.net/"
7   name "Softube Central"
8   desc "Installer for installation and license activation of Softube products"
9   homepage "https://www.softube.com/softube-central/"
11   livecheck do
12     url "https://www.softube.com/installers"
13     regex(/Softube%20Central[._-]v?(\d+(?:\.\d+)+)[._-]universal\.pkg/i)
14   end
16   auto_updates true
17   depends_on cask: "ilok-license-manager"
19   pkg "Softube Central-#{version}-universal.pkg"
21   uninstall launchctl: [
22               "com.paceap.eden.licensed",
23               "com.paceap.eden.licensed.agent",
24             ],
25             quit:      [
26               "com.softube.Console1OSD_Release",
27               "org.softube.com.softubecentral",
28             ],
29             pkgutil:   [
30               "com.paceap.pkg.eden.activationexperience",
31               "com.paceap.pkg.eden.iLokLicenseManager",
32               "com.paceap.pkg.eden.licensed",
33               "com.softube.installerdaemon.helper",
34               "org.softube.com.softubecentral",
35             ]
37   zap trash: [
38     "/Library/Application Support/Softube",
39     "~/Library/Application Support/Softube",
40     "~/Library/Application Support/softubecentral",
41   ]
42 end