homebrew-cask/Casks/sts.rb

17 lines
651 B
Ruby
Raw Normal View History

2014-11-14 01:27:03 +08:00
cask :v1 => 'sts' do
2014-06-16 22:05:41 +08:00
version '3.5.1'
sha256 'f71274c9f946d2af6bbd12e811d7c8d371d3031415839b9aa6ed35347d2980f8'
2014-10-07 23:28:49 +08:00
module Utils
def self.based_on_eclipse
'4.3.2' # find eclipse version at http://spring.io/tools/sts/all
end
end
url "http://download.springsource.com/release/STS/#{version}/dist/e#{Utils.based_on_eclipse.gsub(/\.\d$/, '')}/spring-tool-suite-#{version}.RELEASE-e#{Utils.based_on_eclipse}-macosx-cocoa-x86_64-installer.dmg"
homepage 'http://spring.io/tools/sts'
2014-12-10 21:50:56 +08:00
license :unknown # todo: improve this machine-generated value
2014-10-21 21:20:11 +08:00
installer :manual => "Installer - Spring Tool Suite #{version}.RELEASE.app"
2013-12-15 20:00:01 +08:00
end