Files
homebrew-cask/Casks/e/eclipse-testing.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
564 B
Ruby

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/"
# Renamed to avoid conflict with other Eclipse.
app "Eclipse.app", target: "Eclipse Testing.app"
caveats do
discontinued
end
end