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-07-06 11:31:49 +08:00
version '5.1.1f1'
sha256 'd34a9c7c267307e8eaee3d124e1fe7d7b8f307760189fe46810e325e3a0312fc'
2015-07-06 11:31:49 +08:00
url 'http://netstorage.unity3d.com/unity/2046fc06d4d8/UnityDownloadAssistant-5.1.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