homebrew-cask/Casks/springtoolsuite.rb

15 lines
683 B
Ruby

cask 'springtoolsuite' do
version '4.4.0.RELEASE,4.13.0'
sha256 'f8ca0eaefabd3f1229f4a440094716b7df4f3ea78bdba19fb9c38e572939fecc'
# 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