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.
13 lines
317 B
13 lines
317 B
10 years ago
|
cask :v1 => 'unity45' do
|
||
|
version '4.5.5'
|
||
|
sha256 'e42d3b8e3bc3fbc7448bb06b5210c1c0687ba3f784eb947b4586b9f129c6b0d4'
|
||
|
|
||
|
url "http://download.unity3d.com/download_unity/unity-#{version}.dmg"
|
||
|
homepage 'http://unity3d.com/unity/'
|
||
|
license :commercial
|
||
|
|
||
|
pkg 'Unity.pkg'
|
||
|
|
||
|
uninstall :pkgutil => 'com.unity3d.*'
|
||
|
end
|