From eb38086c03f664203534463a0a0d0d0710737e7c Mon Sep 17 00:00:00 2001 From: kenchan0130 Date: Sat, 4 May 2024 01:24:30 +0900 Subject: [PATCH] New Label: blackhole --- fragments/labels/blackhole.sh | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 fragments/labels/blackhole.sh diff --git a/fragments/labels/blackhole.sh b/fragments/labels/blackhole.sh new file mode 100644 index 000000000..433e82263 --- /dev/null +++ b/fragments/labels/blackhole.sh @@ -0,0 +1,30 @@ +blackhole2ch) + name="BlackHole" + appName="BlackHole2ch.driver" + type="pkg" + packageID="audio.existential.BlackHole2ch" + targetDir="/Library/Audio/Plug-Ins/HAL" + downloadURL=$(getJSONValue "$(curl -fsL https://formulae.brew.sh/api/cask/blackhole-2ch.json)" "url") + appNewVersion=$($(getJSONValue "$(curl -fsL https://formulae.brew.sh/api/cask/blackhole-2ch.json)" "version")) + expectedTeamID="Q5C99V536K" + ;; +blackhole16ch) + name="BlackHole" + appName="BlackHole16ch.driver" + type="pkg" + packageID="audio.existential.BlackHole16ch" + targetDir="/Library/Audio/Plug-Ins/HAL" + downloadURL=$(getJSONValue "$(curl -fsL https://formulae.brew.sh/api/cask/blackhole-16ch.json)" "url") + appNewVersion=$($(getJSONValue "$(curl -fsL https://formulae.brew.sh/api/cask/blackhole-16ch.json)" "version")) + expectedTeamID="Q5C99V536K" + ;; +blackhole64ch) + name="BlackHole" + appName="BlackHole64ch.driver" + type="pkg" + packageID="audio.existential.BlackHole64ch" + targetDir="/Library/Audio/Plug-Ins/HAL" + downloadURL=$(getJSONValue "$(curl -fsL https://formulae.brew.sh/api/cask/blackhole-64ch.json)" "url") + appNewVersion=$($(getJSONValue "$(curl -fsL https://formulae.brew.sh/api/cask/blackhole-64ch.json)" "version")) + expectedTeamID="Q5C99V536K" + ;;