diff --git a/manifests/init.pp b/manifests/init.pp index 910554b..bcb1609 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,11 +4,11 @@ # # include libreoffice # class { 'libreoffice': -# version => '4.2.5', +# version => '4.3.4', # } -class libreoffice($version='4.2.5') { +class libreoffice($version='4.3.5') { package { "LibreOffice-${version}": provider => 'appdmg', - source => "http://download.documentfoundation.org/libreoffice/stable/${version}/mac/x86/LibreOffice_${version}_MacOS_x86.dmg", + source => "http://download.documentfoundation.org/libreoffice/stable/${version}/mac/x86_64/LibreOffice_${version}_MacOS_x86-64.dmg", } }