Reformat unity3d.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:51 +02:00
parent c26d9f63f6
commit d9749905c2
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class Unity3d < Cask
url 'http://netstorage.unity3d.com/unity/unity-4.5.0.dmg'
homepage 'http://unity3d.com/unity/'
version '4.5.0.6'
sha256 '2032f8cd51f92b7a62f7d2a5ae371edf94925c236bf1b1f89a78d94fb88aaaea'
url 'http://netstorage.unity3d.com/unity/unity-4.5.0.dmg'
homepage 'http://unity3d.com/unity/'
install 'Unity.pkg'
uninstall :pkgutil => 'com.unity3d.*'
end