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
2014-11-27 11:31:12 +08:00
version '4.6.0'
sha256 'ceeff727f8e66ebe00bd805468da27aa996bfcd5b3a455fe65516d9a2075a395'
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