mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #159939 from chenrui333/bump-obs-ndi-4.12.0
obs-ndi 4.12.0
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user