homebrew-cask/Casks/scala-ide.rb

23 lines
1010 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'scala-ide' do
2016-05-05 14:11:48 +08:00
version '4.4.0'
if Hardware::CPU.is_32_bit?
# typesafe.com is the official download host per the vendor homepage
2016-05-05 14:11:48 +08:00
url "http://downloads.typesafe.com/scalaide-pack/#{version}-vfinal-luna-211-20160401/scala-SDK-#{version}-vfinal-2.11-macosx.cocoa.x86.zip"
sha256 '271edecd517fe11cb34ca55fb2e654616daeb2cd84a1d7e47d9d622583182012'
else
# typesafe.com is the official download host per the vendor homepage
2016-05-05 14:11:48 +08:00
url "http://downloads.typesafe.com/scalaide-pack/#{version}-vfinal-luna-211-20160401/scala-SDK-#{version}-vfinal-2.11-macosx.cocoa.x86_64.zip"
sha256 'c2b8a2d02fb6dd8586427cd171e3e3e8b55cf50afbb126e2bbf936052775e4b8'
end
2014-12-17 08:04:21 +08:00
name 'Scala IDE'
homepage 'http://scala-ide.org/'
license :bsd
# Renamed for clarity: app name is inconsistent with its branding.
# Also renamed to avoid conflict with other eclipse Casks.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/2731
app 'eclipse/Eclipse.app', target: 'Scala IDE.app'
2013-11-17 19:51:10 +08:00
end