From da4bcbfaccebf3836f554808dac869ffa08c8215 Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Tue, 19 Feb 2013 20:18:01 -0800 Subject: [PATCH] Libre Office 3.6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #161. Signed-off-by: Félix Saparelli --- Casks/libre-office.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/libre-office.rb b/Casks/libre-office.rb index 294dd1c92..f7cad5398 100644 --- a/Casks/libre-office.rb +++ b/Casks/libre-office.rb @@ -1,7 +1,7 @@ class LibreOffice < Cask - url 'http://download.documentfoundation.org/libreoffice/stable/3.5.7/mac/x86/LibO_3.5.7_MacOS_x86_install_en-US.dmg' + url 'http://download.documentfoundation.org/libreoffice/stable/3.6.5/mac/x86/LibO_3.6.5_MacOS_x86_install_en-US.dmg' homepage 'http://www.libreoffice.org/' - version '3.5.7' - content_length '178067623' - sha1 'a9c32610d9f9b50be5058c115f62d3660ae74b17' + version '3.6.5' + content_length '179572795' + sha1 'dd976dd18118dea876898de6a1236b63d646f0da' end