homebrew-cask/Casks/springtoolsuite.rb

15 lines
683 B
Ruby
Raw Normal View History

cask 'springtoolsuite' do
version '4.3.1.RELEASE,4.12.0'
sha256 'dc046222956585d382f6e5423ce9be300abcb4e2562bb9f138b8d9f21ead5008'
# 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