Reformat airfoil.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:00:56 +02:00
parent 66c069b982
commit a33c02ff6f
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class Airfoil < Cask class Airfoil < Cask
url 'http://neutral.rogueamoeba.com/mirror/files/Airfoil.zip'
homepage 'http://www.rogueamoeba.com/airfoil/mac/'
version 'latest' version 'latest'
sha256 :no_check sha256 :no_check
url 'http://neutral.rogueamoeba.com/mirror/files/Airfoil.zip'
homepage 'http://www.rogueamoeba.com/airfoil/mac/'
link 'Airfoil/Airfoil Speakers.app' link 'Airfoil/Airfoil Speakers.app'
link 'Airfoil/Airfoil.app' link 'Airfoil/Airfoil.app'
end end