Add redeclipse.app v2.0.0 (#80895)

* Add redeclipse.app v2.0.0

* Add name stanza

* Update redeclipse.rb

* Update redeclipse.rb

Co-authored-by: evilkhaoskat@gmail.com <evilkhaoskat@rg-laptop.local>
Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
Roman Garanin 2020-04-19 17:56:10 +03:00 committed by GitHub
parent e8f4b41f4c
commit 571010daee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
Casks/redeclipse.rb Normal file
View File

@ -0,0 +1,12 @@
cask 'redeclipse' do
version '2.0.0'
sha256 '7eff1f196f9998d7bb7f26b4c79b596c2512b18a8b8ce16335634defbfcb072e'
# github.com/redeclipse/base was verified as official when first introduced to the cask
url "https://github.com/redeclipse/base/releases/download/v#{version}/redeclipse_#{version}_mac.tar.bz2"
appcast 'https://github.com/redeclipse/base/releases.atom'
name 'Red Eclipse'
homepage 'https://www.redeclipse.net/'
app 'redeclipse.app'
end