homebrew-cask/Casks/eclipse-platform.rb

12 lines
510 B
Ruby

cask 'eclipse-platform' do
version '4.14,201912100610'
sha256 '94bb5066a346de86f6ded0e762f7518ed82950b0dcb31a34493a1e7c58f749ef'
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