homebrew-cask/Casks/scala-ide.rb

15 lines
790 B
Ruby

cask 'scala-ide' do
version '4.4.1,2.11:20160504'
sha256 'b3bd0907aec82e943de80df428839f08fca6823e99484bf28b50f878d1503d05'
# downloads.typesafe.com/scalaide-pack was verified as official when first introduced to the cask
url "http://downloads.typesafe.com/scalaide-pack/#{version.before_comma}-vfinal-luna-#{version.before_colon.after_comma.no_dots}-#{version.after_colon}/scala-SDK-#{version.before_comma}-vfinal-#{version.before_colon.after_comma}-macosx.cocoa.x86_64.zip"
name 'Scala IDE'
homepage 'http://scala-ide.org/'
# 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
suite 'eclipse', target: 'Scala IDE'
end