phinze/homebrew-cask

View on GitHub
Casks/e/eclipse-testing.rb

Summary

Maintainability
A
40 mins
Test Coverage
cask "eclipse-testing" do
  version "4.18.0,2020-12"
  sha256 "f3882e04f5b84d714b234cc2868ef07b633f13e2a7ce2145796e9b067b603e0e"

  url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version.csv.second}/R/eclipse-testing-#{version.csv.second}-R-macosx-cocoa-x86_64.dmg&r=1"
  name "Eclipse for Testers"
  desc "Eclipse IDE for testing purposes"
  homepage "https://eclipse.org/"

  deprecate! date: "2023-12-17", because: :discontinued

  # Renamed to avoid conflict with other Eclipse.
  app "Eclipse.app", target: "Eclipse Testing.app"

  caveats do
    requires_rosetta
  end
end