homebrew-cask/Casks/unity.rb

13 lines
308 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'unity' do
2015-01-15 11:01:10 +08:00
version '4.6.1'
sha256 '3db6871de79794e272f64ae22c99ada0d481b5904ebab30318b57452fc987182'
2014-09-26 20:09:17 +08:00
url "http://netstorage.unity3d.com/unity/unity-#{version}.dmg"
homepage 'http://unity3d.com/unity/'
2014-10-01 23:34:11 +08:00
license :commercial
2014-09-10 23:37:08 +08:00
pkg 'Unity.pkg'
2014-11-22 22:12:47 +08:00
uninstall :pkgutil => 'com.unity3d.*'
end