From 1f60f616f1f492c4ec03ab97a5d8d5a26ffc22be Mon Sep 17 00:00:00 2001 From: Florian Harbecke Date: Sat, 28 Jun 2014 13:41:49 +0200 Subject: [PATCH] Updated LibreOffice to 2.4.5 changed download protocol to https --- Casks/libreoffice.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Casks/libreoffice.rb b/Casks/libreoffice.rb index 3dc001b027bf..bdf4a49b2ed3 100644 --- a/Casks/libreoffice.rb +++ b/Casks/libreoffice.rb @@ -1,13 +1,13 @@ class Libreoffice < Cask if Hardware::CPU.is_64_bit? && OS::Mac.version >= '10.8' - url 'http://download.documentfoundation.org/libreoffice/stable/4.2.4/mac/x86_64/LibreOffice_4.2.4_MacOS_x86-64.dmg' - sha256 '727aef1ab9010e133ee46fc4ceb9ad7573f9c97d49c30ee169ad98100bb90fc8' + url 'https://download.documentfoundation.org/libreoffice/stable/4.2.5/mac/x86_64/LibreOffice_4.2.5_MacOS_x86-64.dmg' + sha256 '6a8f810d4166c2a54e3dcc9c47f6b7a1e88302c1b8ad231723e24a741b0b0480' else - url 'http://download.documentfoundation.org/libreoffice/stable/4.2.4/mac/x86/LibreOffice_4.2.4_MacOS_x86.dmg' - sha256 '40a9dd187dfe5260d405f502a78ed2d46d309a85f64fe896f1e5e6db136e547c' + url 'https://download.documentfoundation.org/libreoffice/stable/4.2.5/mac/x86/LibreOffice_4.2.5_MacOS_x86.dmg' + sha256 '27379af27aee1edaa76ab3cc13140c91fdf1b686c59f5bd9b7385ca0bfcbf4a6' end - homepage 'http://www.libreoffice.org/' - version '4.2.4' + homepage 'https://www.libreoffice.org/' + version '4.2.5' link 'LibreOffice.app' end