homebrew-cask/Casks/airfoil.rb

34 lines
1.4 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'airfoil' do
2018-04-24 03:44:25 +08:00
version '5.7.4'
sha256 '344206308e0ee96296a55c8a39ca270b67e66c9028702bf34a780ba0aadeea6d'
2016-05-07 13:36:51 +08:00
url 'https://rogueamoeba.com/airfoil/download/Airfoil.zip'
2018-06-12 22:37:26 +08:00
appcast 'https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&bundleid=com.rogueamoeba.Airfoil&platform=osx'
2015-01-04 10:45:24 +08:00
name 'Airfoil'
homepage 'https://www.rogueamoeba.com/airfoil/mac/'
auto_updates true
depends_on macos: '>= :mavericks'
2016-02-21 04:55:09 +08:00
app 'Airfoil/Airfoil Satellite.app'
2014-09-16 00:05:13 +08:00
app 'Airfoil/Airfoil.app'
2017-12-01 14:04:40 +08:00
uninstall delete: '/Library/Audio/Plug-Ins/HAL/InstantOn.driver',
login_item: 'Airfoil Satellite',
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/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',
]
2013-05-06 16:39:20 +08:00
end