excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / splashtop-personal.rb
blob312eda583bb3d8fdb643586a631dded7ed341a48
1 cask "splashtop-personal" do
2   version "3.6.6.1"
3   sha256 "e3793df7281f0fac5dfb1111d4de7bd3a5dea3149588a42175aba9dc45c36988"
5   url "https://d17kmd0va0f0mp.cloudfront.net/macclient/STP/Splashtop_Personal_Mac_v#{version}.dmg",
6       verified: "d17kmd0va0f0mp.cloudfront.net/"
7   name "Splashtop Personal"
8   desc "Connect to and control computers from desktop and mobile devices"
9   homepage "https://www.splashtop.com/personal"
11   livecheck do
12     url "https://redirect.splashtop.com/stp-src/mac"
13     strategy :header_match
14   end
16   pkg "Splashtop Personal.pkg"
18   uninstall launchctl: "com.splashtop.stp.macosx.helper.autoupdate",
19             quit:      "com.splashtop.stp.macosx",
20             pkgutil:   "com.splashtop.stp.*"
22   zap trash: [
23     "~/Library/Application Support/Splashtop Personal",
24     "~/Library/Caches/com.splashtop.stp.macosx",
25     "~/Library/HTTPStorages/com.splashtop.stp.macosx",
26     "~/Library/Preferences/com.splashtop.stp.macosx.plist",
27   ]
28 end