homebrew-cask/Casks/unity.rb

14 lines
389 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'unity' do
2015-10-04 12:20:40 +08:00
version '5.2.1f1'
sha256 'b2fcde8b3ae7ef50984d61873939390bc5d5070acd3db132628c580d0135b6eb'
2015-10-04 12:20:40 +08:00
url 'http://netstorage.unity3d.com/unity/44735ea161b3/UnityDownloadAssistant-5.2.1f1.dmg'
2015-05-06 03:27:40 +08:00
name 'Unity'
2015-06-29 14:32:18 +08:00
homepage 'https://unity3d.com/unity/'
2014-10-01 23:34:11 +08:00
license :commercial
2015-07-06 11:31:49 +08:00
installer :manual => 'Unity Download Assistant.app'
2014-11-22 22:12:47 +08:00
uninstall :pkgutil => 'com.unity3d.*'
end