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" + ;;