cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / sts.rb
blob821b9b113fe6909e32ccf327a7ae37546b729e46
1 cask :v1 => 'sts' do
2   version '3.5.1'
3   sha256 'f71274c9f946d2af6bbd12e811d7c8d371d3031415839b9aa6ed35347d2980f8'
5   module Utils
6     def self.based_on_eclipse
7       '4.3.2'   # find eclipse version at http://spring.io/tools/sts/all
8     end
9   end
11   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"
12   homepage 'http://spring.io/tools/sts'
13   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
15   installer :manual => "Installer - Spring Tool Suite #{version}.RELEASE.app"
16 end