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