Merge pull request #159939 from chenrui333/bump-obs-ndi-4.12.0

obs-ndi 4.12.0
This commit is contained in:
BrewTestBot
2023-11-12 22:12:56 -08:00
committed by GitHub
+8 -3
View File
@@ -1,10 +1,10 @@
cask "obs-ndi" do
version "4.11.1"
sha256 "e2008e9ce970fdb5edeb6f24c50526eef1e383776ffcc52f7bb6ee8ea1116ea2"
version "4.12.0"
sha256 "89e6d4505481fa4c7d2ce2d239e3fa5aebf6f385c0040b9f0748a667b0a95d09"
url "https://github.com/obs-ndi/obs-ndi/releases/download/#{version}/obs-ndi-#{version}-macos-universal.pkg"
name "obs-ndi"
desc "NewTek NDI integration for OBS Studio"
desc "NDI integration for OBS Studio"
homepage "https://github.com/obs-ndi/obs-ndi"
livecheck do
@@ -12,10 +12,15 @@ cask "obs-ndi" do
strategy :github_latest
end
depends_on cask: "libndi"
pkg "obs-ndi-#{version}-macOS-universal.pkg"
uninstall pkgutil: [
"com.newtek.ndi.runtime",
"fr.palakis.obs-ndi",
"'fr.palakis.obs-ndi'",
]
# No zap stanza required
end