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
316 B
13 lines
316 B
10 years ago
|
cask :v1 => 'unity4' do
|
||
|
version '4.6.4'
|
||
|
sha256 'd5d840f30d0987b3aef29dc3b651141cb5fb77fc3c28405b5ff667e03b01360a'
|
||
|
|
||
|
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
|