homebrew-cask/Casks/eclipse-php.rb

12 lines
556 B
Ruby

cask "eclipse-php" do
version "4.17.0,2020-09:R"
sha256 "769a63cd64bcf08967643d9220932fc302323aa30379462552db7d0a9a7afbb6"
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version.after_comma.before_colon}/#{version.after_colon}/eclipse-php-#{version.after_comma.before_colon}-#{version.after_colon}-macosx-cocoa-x86_64.dmg&r=1"
name "Eclipse IDE for PHP Developers"
homepage "https://eclipse.org/"
# Renamed to avoid conflict with other Eclipse.
app "Eclipse.app", target: "Eclipse PHP.app"
end