homebrew-cask/Casks/liclipse.rb

12 lines
393 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'liclipse' do
2017-01-28 10:22:59 +08:00
version '3.4.0'
sha256 '22099c6ff59c91670f1878bb6a8ca97e02f5ad6c76d66c0b64eced147adfe85a'
2015-06-30 22:33:00 +08:00
2017-01-28 10:22:59 +08:00
# mediafire.com/file/pw05os9ewtfb35k was verified as official when first introduced to the cask
url "http://www.mediafire.com/file/pw05os9ewtfb35k/liclipse_#{version}_macosx.cocoa.x86_64.dmg"
2015-06-30 22:33:00 +08:00
name 'LiClipse'
homepage 'https://www.liclipse.com/'
2015-06-30 22:33:00 +08:00
2016-04-07 01:36:27 +08:00
app 'LiClipse.app'
2015-06-30 22:33:00 +08:00
end