Files
homebrew-cask/Casks/r/redeclipse.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

12 lines
360 B
Ruby

cask "redeclipse" do
version "2.0.0"
sha256 "7eff1f196f9998d7bb7f26b4c79b596c2512b18a8b8ce16335634defbfcb072e"
url "https://github.com/redeclipse/base/releases/download/v#{version}/redeclipse_#{version}_mac.tar.bz2",
verified: "github.com/redeclipse/base/"
name "Red Eclipse"
homepage "https://www.redeclipse.net/"
app "redeclipse.app"
end