From 45f958ad80479f489065d3afd911ccba5c5f3365 Mon Sep 17 00:00:00 2001 From: Aaron Rumpler <80610725+Aaron-Rumpler@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:31:02 +1200 Subject: [PATCH 1/2] airfoil: remove www from homepage and update uninstall and zap stanzas --- Casks/a/airfoil.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Casks/a/airfoil.rb b/Casks/a/airfoil.rb index c82d3dbcd1..f7d6f07468 100644 --- a/Casks/a/airfoil.rb +++ b/Casks/a/airfoil.rb @@ -5,7 +5,7 @@ cask "airfoil" do url "https://rogueamoeba.com/airfoil/mac/download/Airfoil.zip" name "Airfoil" desc "Sends audio from computer to outputs" - homepage "https://www.rogueamoeba.com/airfoil/mac/" + homepage "https://rogueamoeba.com/airfoil/mac/" livecheck do url "https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&system=1231&bundleid=com.rogueamoeba.airfoil&platform=osx&version=#{version.no_dots}8000" @@ -18,20 +18,21 @@ cask "airfoil" do app "Airfoil/Airfoil Satellite.app" app "Airfoil/Airfoil.app" - uninstall delete: "/Library/Audio/Plug-Ins/HAL/InstantOn.driver", - quit: [ - "com.rogueamoeba.Airfoil", - "com.rogueamoeba.AirfoilSpeakers", - ] + uninstall quit: [ + "com.rogueamoeba.Airfoil", + "com.rogueamoeba.AirfoilSpeakers", + ] zap trash: [ "~/Library/Application Support/Airfoil", "~/Library/Application Support/Airfoil Satellite", "~/Library/Caches/com.rogueamoeba.Airfoil", "~/Library/Caches/com.rogueamoeba.AirfoilSpeakers", + "~/Library/HTTPStorages/com.rogueamoeba.Airfoil/", + "~/Library/HTTPStorages/com.rogueamoeba.AirfoilSpeakers/", "~/Library/Preferences/com.rogueamoeba.Airfoil.plist", "~/Library/Preferences/com.rogueamoeba.AirfoilSpeakers.plist", - "~/Library/Saved Application State/com.rogueamoeba.Airfoil.savedState", - "~/Library/Saved Application State/com.rogueamoeba.AirfoilSpeakers.savedState", + "~/Library/WebKit/com.rogueamoeba.Airfoil/", + "~/Library/WebKit/com.rogueamoeba.AirfoilSpeakers/", ] end From d3c01183edb689685faf2639fcbe1ca0e6630d2a Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Sun, 17 Sep 2023 15:35:09 -0400 Subject: [PATCH 2/2] cask updates --- Casks/a/airfoil.rb | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Casks/a/airfoil.rb b/Casks/a/airfoil.rb index f7d6f07468..161ecfd0c1 100644 --- a/Casks/a/airfoil.rb +++ b/Casks/a/airfoil.rb @@ -24,15 +24,11 @@ cask "airfoil" do ] zap trash: [ - "~/Library/Application Support/Airfoil", - "~/Library/Application Support/Airfoil Satellite", - "~/Library/Caches/com.rogueamoeba.Airfoil", - "~/Library/Caches/com.rogueamoeba.AirfoilSpeakers", - "~/Library/HTTPStorages/com.rogueamoeba.Airfoil/", - "~/Library/HTTPStorages/com.rogueamoeba.AirfoilSpeakers/", - "~/Library/Preferences/com.rogueamoeba.Airfoil.plist", - "~/Library/Preferences/com.rogueamoeba.AirfoilSpeakers.plist", - "~/Library/WebKit/com.rogueamoeba.Airfoil/", - "~/Library/WebKit/com.rogueamoeba.AirfoilSpeakers/", + "~/Library/Application Support/Airfoil*", + "~/Library/Caches/com.rogueamoeba.Airfoil*", + "~/Library/HTTPStorages/com.rogueamoeba.Airfoil*", + "~/Library/Preferences/com.rogueamoeba.Airfoil*.plist", + "~/Library/Saved Application State/com.rogueamoeba.Airfoil*", + "~/Library/WebKit/com.rogueamoeba.Airfoil*", ] end