Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blackhole-16ch 0.6.1 #200941

Merged
merged 3 commits into from
Feb 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions Casks/b/blackhole-16ch.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "blackhole-16ch" do
version "0.6.0"
sha256 "269b9ae060af99721b2c8a67e4230bf4270345e07ee7846f473c91bb13f1549d"
version "0.6.1"
sha256 "43f39f30ac9c1a455a90840345725ce6e3e2c3f69f69a7aaaf15b1edbf0a9de2"

url "https://existential.audio/downloads/BlackHole16ch-#{version}.pkg"
name "BlackHole 16ch"
Expand All @@ -16,15 +16,12 @@

pkg "BlackHole16ch-#{version}.pkg"

uninstall_postflight do
system_command "/usr/bin/killall",
args: ["coreaudiod"],
sudo: true,
must_succeed: true
end

uninstall quit: "com.apple.audio.AudioMIDISetup",
pkgutil: "audio.existential.BlackHole16ch"

# No zap stanza required

caveats do
reboot
end
end
Loading