mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
275 B
Ruby
7 lines
275 B
Ruby
class LibreOffice < Cask
|
|
url 'http://download.documentfoundation.org/libreoffice/stable/4.1.1/mac/x86/LibreOffice_4.1.1_MacOS_x86.dmg'
|
|
homepage 'http://www.libreoffice.org/'
|
|
version '4.1.1'
|
|
sha1 'f1599442c7ffd66a91c7e4459590d6fef64bf987'
|
|
link 'LibreOffice.app'
|
|
end
|