homebrew-cask/Casks/eclipse-platform.rb

12 lines
510 B
Ruby

cask 'eclipse-platform' do
version '4.12,201906051800'
sha256 'e62c6c051f96bb6d6bb414531c9c09bdcf14e71997cedc23339e99a1cacf0dbb'
url "https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops#{version.major}/R-#{version.before_comma}-#{version.after_comma}/eclipse-SDK-#{version.before_comma}-macosx-cocoa-x86_64.dmg&r=1"
name 'Eclipse SDK'
homepage 'https://eclipse.org/'
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse Platform.app'
end