homebrew-cask/Casks/springtoolsuite.rb

15 lines
683 B
Ruby

cask 'springtoolsuite' do
version '4.3.2.RELEASE,4.12.0'
sha256 '3e290dfad107538df739f6182d863498f7d528020aae1edb98ee344ac6249ce3'
# 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