You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
418 B
14 lines
418 B
9 years ago
|
cask 'unity523' do
|
||
|
version '5.2.3f1'
|
||
|
sha256 'a2cf141409078a8e1934a0dede357578580e318c21275696b57346acbcbd284c'
|
||
|
|
||
|
url "http://download.unity3d.com/download_unity/f3d16a1fa2dd/MacEditorInstaller/Unity-#{version}.pkg"
|
||
|
name 'Unity Editor'
|
||
|
homepage 'https://unity3d.com/unity/'
|
||
|
|
||
|
pkg "Unity-#{version}.pkg"
|
||
|
|
||
|
uninstall quit: 'com.unity3d.UnityEditor5.x',
|
||
|
pkgutil: 'com.unity3d.UnityEditor5.x'
|
||
|
end
|