homebrew-cask/Casks/springtoolsuite.rb

15 lines
683 B
Ruby

cask 'springtoolsuite' do
version '4.5.0.RELEASE,4.13.0'
sha256 '399ffb99367d4ed761a81907342afc8c0bc7dfafcc7b41da5a86fc1ba2d497da'
# download.springsource.com/release/STS was verified as official when first introduced to the cask
url "https://download.springsource.com/release/STS#{version.major}/#{version.before_comma}/dist/e#{version.after_comma.major_minor}/spring-tool-suite-#{version.major}-#{version.before_comma}-e#{version.after_comma}-macosx.cocoa.x86_64.dmg"
appcast 'https://github.com/spring-projects/sts4/releases.atom'
name 'Spring Tool Suite'
homepage 'https://spring.io/tools/sts'
auto_updates true
app "SpringToolSuite#{version.major}.app"
end