Reformat remote-desktop-connection.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:39 +02:00
parent fced53bd9a
commit 72c6845fc2
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class RemoteDesktopConnection < Cask
url 'http://download.microsoft.com/download/C/F/0/CF0AE39A-3307-4D39-9D50-58E699C91B2F/RDC_2.1.1_ALL.dmg'
homepage 'http://www.microsoft.com/en-us/download/details.aspx?id=18140'
version '2.1.1'
sha256 '4ebe551c9ee0e2da6b8f746be13c2df342c6f14cd3fbedbf2ab490f09b44616f'
url 'http://download.microsoft.com/download/C/F/0/CF0AE39A-3307-4D39-9D50-58E699C91B2F/RDC_2.1.1_ALL.dmg'
homepage 'http://www.microsoft.com/en-us/download/details.aspx?id=18140'
install 'RDC Installer.mpkg'
uninstall :pkgutil => 'com.microsoft.rdc.all.*'
end