homebrew-cask/Casks/nodeclipse.rb

18 lines
817 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nodeclipse' do
2015-09-08 07:49:04 +08:00
version '0.17'
sha256 '674991d7c22ea05975a76800e6e9fe9231064a09a2a2412e6ec0448676bfa2e8'
2016-06-18 06:28:30 +08:00
# downloads.sourceforge.net/project/nodeclipse was verified as official when first introduced to the cask
url 'https://downloads.sourceforge.net/project/nodeclipse/Enide-2015/7/Enide-2015-7-macosx-x64-20150706.zip'
appcast 'https://sourceforge.net/projects/nodeclipse/rss',
checkpoint: 'a1066f2fca3aec174f2ba3bc32609868e4f7cf68f7218bcb0bcde620f2f54918'
name 'Nodeclipse'
homepage 'http://www.nodeclipse.org/'
2014-10-01 23:33:29 +08:00
license :oss
# 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/8183
app 'Eclipse.app', target: 'Nodeclipse.app'
2014-04-15 17:15:20 +08:00
end