1 cask :v1 => 'scala-ide' do
4 if Hardware::CPU.is_32_bit?
5 url "http://downloads.typesafe.com/scalaide-pack/#{version}.vfinal-luna-211-20141216/scala-SDK-#{version}-vfinal-2.11-macosx.cocoa.x86.zip"
6 sha256 '9739c851260211de15f8535988e7937cd4bf6e2dcb74188eb7261cff4a46deab'
8 url "http://downloads.typesafe.com/scalaide-pack/#{version}.vfinal-luna-211-20141216/scala-SDK-#{version}-vfinal-2.11-macosx.cocoa.x86_64.zip"
9 sha256 '721a01bbbf682a2e32c34fb33f0240c08a2f81a9b8e181d7bca2039e98635453'
13 homepage 'http://scala-ide.org/'
16 # Renamed for clarity: app name is inconsistent with its branding.
17 # Also renamed to avoid conflict with other eclipse Casks.
18 # Original discussion: https://github.com/caskroom/homebrew-cask/pull/2731
19 app 'eclipse/Eclipse.app', :target => 'Scala IDE.app'