Skip to content

Commit 1e280a7

Browse files
authored
Merge pull request #200941 from ExistentialAudio/master
2 parents d8d9f79 + 48cfe5b commit 1e280a7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Casks/b/blackhole-16ch.rb

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cask "blackhole-16ch" do
2-
version "0.6.0"
3-
sha256 "269b9ae060af99721b2c8a67e4230bf4270345e07ee7846f473c91bb13f1549d"
2+
version "0.6.1"
3+
sha256 "43f39f30ac9c1a455a90840345725ce6e3e2c3f69f69a7aaaf15b1edbf0a9de2"
44

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

1717
pkg "BlackHole16ch-#{version}.pkg"
1818

19-
uninstall_postflight do
20-
system_command "/usr/bin/killall",
21-
args: ["coreaudiod"],
22-
sudo: true,
23-
must_succeed: true
24-
end
25-
2619
uninstall quit: "com.apple.audio.AudioMIDISetup",
2720
pkgutil: "audio.existential.BlackHole16ch"
2821

2922
# No zap stanza required
23+
24+
caveats do
25+
reboot
26+
end
3027
end

0 commit comments

Comments
 (0)