Add Eclipse IDE for JavaScript and Web Developers v4.7.3 (Oxygen.3) (#45500)

This commit is contained in:
Nicholas Ngai 2018-04-04 13:35:14 -07:00 committed by commitay
parent 21b8ec3461
commit 84f56bfdfa
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
cask 'eclipse-javascript' do
version '4.7.3,oxygen:3'
sha256 '566a771a65d5cf328e3a7803a845d6ec49cb40557e4d91ed95dc0499cab63565'
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version.after_comma.before_colon}/#{version.after_colon}/eclipse-javascript-#{version.after_comma.before_colon}-#{version.after_colon}-macosx-cocoa-x86_64.dmg&r=1"
name 'Eclipse IDE for JavaScript and Web Developers'
homepage 'https://eclipse.org/'
depends_on macos: '>= :leopard'
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse JavaScript.app'
end