mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
360 B
Ruby
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
|