homebrew-cask/Casks/scala-ide.rb

15 lines
797 B
Ruby

cask 'scala-ide' do
version '4.6.0,2.12:20170516'
sha256 '50440c68ab2b3c9ad608676732bef126a36c2c95f6a18a8c76a9d766703c3c78'
# downloads.typesafe.com/scalaide-pack was verified as official when first introduced to the cask
url "https://downloads.typesafe.com/scalaide-pack/#{version.before_comma}-vfinal-neon-#{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
app 'eclipse.app', target: 'Scala IDE.app'
end