cask "obs-backgroundremoval" do version "1.1.13" sha256 "e032871f920f8518d4660089a045dce8bd682539182a9a0c4f027fe7767fb797" url "https://github.com/occ-ai/obs-backgroundremoval/releases/download/#{version}/obs-backgroundremoval-#{version}-macos-universal.pkg", verified: "github.com/occ-ai/obs-backgroundremoval/" name "OBS Background Removal" desc "Virtual Green-screen and Low-Light Enhancement OBS Plugin" homepage "https://obsproject.com/forum/resources/background-removal-virtual-green-screen-low-light-enhance.1260" livecheck do url :url strategy :github_latest end no_autobump! because: :requires_manual_review auto_updates true pkg "obs-backgroundremoval-#{version}-macos-universal.pkg" uninstall pkgutil: "com.royshilkrot.obs-backgroundremoval", delete: "~/Library/Application Support/obs-studio/plugins/obs-backgroundremoval.plugin", rmdir: "~/Library/Application Support/obs-studio/plugins" # No zap stanza required end