homebrew-cask/Casks/e/elgato-camera-hub.rb

29 lines
1.3 KiB
Ruby

cask "elgato-camera-hub" do
version "1.7.0.1124"
sha256 "fd5a00c0744b272ac0edfa36b4b71095c0b896f7415aa240c4f2816bb0a1fd8c"
url "https://edge.elgato.com/egc/macos/echm/#{version.major_minor}/Camera_Hub_#{version}.pkg"
name "Elgato Camera Hub"
desc "Elgato FACECAM configuration tool"
homepage "https://www.elgato.com/ww/en/s/downloads"
livecheck do
url "https://www.elgato.com/graphql?query=query%20contentJson(%24identifier%3A%5BString%5D%24contentType%3AString%24options%3AContentJsonOptionsInput)%7BcontentJson(identifiers%3A%24identifier%20contentType%3A%24contentType%20options%3A%24options)%7Bidentifier%20entries%7D%7D&operationName=contentJson&variables=%7B%22contentType%22%3A%22downloads%22%2C%22identifier%22%3A%5B%22downloads%22%5D%2C%22options%22%3A%7B%22level%22%3A1%7D%7D&locale=en-US"
regex(/Camera[._-]Hub[._-]v?(\d+(?:\.\d+)+)\.pkg/i)
end
depends_on macos: ">= :big_sur"
pkg "Camera_Hub_#{version}.pkg"
uninstall signal: ["TERM", "com.elgato.CameraHub"],
launchctl: "com.elgato.CameraHub",
pkgutil: "com.elgato.CameraHub.Installer",
delete: "/Applications/Elgato Camera Hub.app"
zap trash: [
"~/Library/Logs/CameraHub",
"~/Library/Preferences/com.elgato.CameraHub.plist",
]
end