homebrew-cask/Casks/unity.rb

12 lines
307 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'unity' do
2014-11-04 01:07:13 +08:00
version '4.5.5'
sha256 'e42d3b8e3bc3fbc7448bb06b5210c1c0687ba3f784eb947b4586b9f129c6b0d4'
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'
uninstall :pkgutil => 'com.unity3d.*'
end