From 97992114a8eb8f301b902b6ff7cac371f2516f63 Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Tue, 14 Apr 2015 14:22:53 +1000 Subject: [PATCH] Add unity4 and unity45 versions. --- Casks/unity4.rb | 12 ++++++++++++ Casks/unity45.rb | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 Casks/unity4.rb create mode 100644 Casks/unity45.rb diff --git a/Casks/unity4.rb b/Casks/unity4.rb new file mode 100644 index 000000000..a90ff9fed --- /dev/null +++ b/Casks/unity4.rb @@ -0,0 +1,12 @@ +cask :v1 => 'unity4' do + version '4.6.4' + sha256 'd5d840f30d0987b3aef29dc3b651141cb5fb77fc3c28405b5ff667e03b01360a' + + url "http://download.unity3d.com/download_unity/unity-#{version}.dmg" + homepage 'http://unity3d.com/unity/' + license :commercial + + pkg 'Unity.pkg' + + uninstall :pkgutil => 'com.unity3d.*' +end diff --git a/Casks/unity45.rb b/Casks/unity45.rb new file mode 100644 index 000000000..72910ced3 --- /dev/null +++ b/Casks/unity45.rb @@ -0,0 +1,12 @@ +cask :v1 => 'unity45' do + version '4.5.5' + sha256 'e42d3b8e3bc3fbc7448bb06b5210c1c0687ba3f784eb947b4586b9f129c6b0d4' + + url "http://download.unity3d.com/download_unity/unity-#{version}.dmg" + homepage 'http://unity3d.com/unity/' + license :commercial + + pkg 'Unity.pkg' + + uninstall :pkgutil => 'com.unity3d.*' +end