homebrew-cask/Casks/openoffice.rb

14 lines
461 B
Ruby
Raw Normal View History

2014-11-14 01:26:33 +08:00
cask :v1 => 'openoffice' do
2014-08-21 22:26:41 +08:00
version '4.1.1'
sha256 '7becbdbe2abbcfd9d27953d2e11dc07da308d80f208b5f27f6213d225dc95e64'
# sourceforge.net is the official download host per the vendor homepage
2014-10-14 07:34:20 +08:00
url "http://downloads.sourceforge.net/sourceforge/openofficeorg.mirror/Apache_OpenOffice_#{version}_MacOS_x86-64_install_en-US.dmg"
2015-01-05 00:05:58 +08:00
name 'OpenOffice'
homepage 'http://www.openoffice.org/'
2014-10-01 23:33:32 +08:00
license :oss
2015-01-05 00:05:58 +08:00
tags :vendor => 'Apache'
2014-09-16 00:06:03 +08:00
app 'OpenOffice.app'
2012-10-16 10:13:40 +08:00
end