From 7d25aa7e48c02dcbcda14548d0e6bade63c583ff Mon Sep 17 00:00:00 2001 From: ndr Date: Sun, 13 Apr 2014 11:45:28 +0200 Subject: [PATCH] Update LibreOffice to 4.2.3 --- Casks/libreoffice.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/libreoffice.rb b/Casks/libreoffice.rb index b4e653c82..8bc3f5bc7 100644 --- a/Casks/libreoffice.rb +++ b/Casks/libreoffice.rb @@ -1,7 +1,7 @@ class Libreoffice < Cask - url 'http://download.documentfoundation.org/libreoffice/stable/4.2.2/mac/x86_64/LibreOffice_4.2.2_MacOS_x86-64.dmg' + url 'http://download.documentfoundation.org/libreoffice/stable/4.2.3/mac/x86_64/LibreOffice_4.2.3_MacOS_x86-64.dmg' homepage 'http://www.libreoffice.org/' - version '4.2.2' - sha256 '816996ab9f157de921a20ed53a97acc97a7199cebf037e3175d99e11dd61a0f7' + version '4.2.3' + sha256 'b54917f4784b17c2c6a0778559f3f9de03480bc4528b181681336d9cc2dba904' link 'LibreOffice.app' end