excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / atemosc.rb
blob74dc92fb3be0df37d14f01f4d84b23e0062a84ed
1 cask "atemosc" do
2   arch arm: "-arm64"
4   version "5.0.17"
5   sha256 arm:   "6c80abd14332454355f98fa46c26d7d41e443b2425a58c73e1bb0926ddf651c1",
6          intel: "a1e68b8de2249a829eca039015f720fec7a78efda846f9baf0f0ce5cc42d2f30"
8   url "https://atemosc.com/download/atemOSC-#{version}#{arch}.dmg"
9   name "atemOSC"
10   desc "Control BMD ATEM video switchers with OSC"
11   homepage "https://www.atemosc.com/"
13   livecheck do
14     url "https://www.atemosc.com/download/latest-mac.yml"
15     strategy :electron_builder
16   end
18   auto_updates true # Requires a license key to enable
19   depends_on macos: ">= :high_sierra"
21   app "atemOSC.app"
23   zap trash: [
24     "~/Library/Application Support/atemOSC",
25     "~/Library/Logs/atemOSC",
26     "~/Library/Preferences/dev.steffey.atemOSC.plist",
27     "~/Library/Saved Application State/dev.steffey.atemOSC.savedState",
28   ]
29 end