excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / abyssoft-teleport.rb
blob82823aac375e6a174483c9af8a8c86277655d907
1 cask "abyssoft-teleport" do
2   version "1.3.5"
3   sha256 "2fbb28b2ffe884521b222509b59f1006b751325922b936acb974d36a6622d897"
5   url "https://github.com/abyssoft/teleport/releases/download/v#{version}/teleport-v#{version}.zip"
6   name "teleport"
7   desc "Virtual KVM"
8   homepage "https://github.com/abyssoft/teleport"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   app "teleport.app"
17   zap trash: [
18     "~/Library/Caches/com.abyssoft.teleport",
19     "~/Library/Preferences/com.abyssoft.teleport.plist",
20   ]
21 end