Merge pull request #18507 from folkrav/master

Fixed bad sha256 for libreoffice
This commit is contained in:
Vítor Galvão 2016-02-10 20:15:58 +00:00
commit bf55f3c6ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cask 'libreoffice' do
if Hardware::CPU.is_32_bit? || MacOS.release < :mountain_lion
version '4.3.7'
sha256 '2964a952ab633426df402de2f128cf788354ac622b7c30b25209d185d17617ec'
sha256 'b0537db77524c0b6fa27d2b1b8715658fda56396bd28593d6a75302e38ff6d12'
# documentfoundation.org is the official download host per the vendor homepage
url "https://download.documentfoundation.org/libreoffice/stable/#{version}/mac/x86/LibreOffice_#{version}_MacOS_x86.dmg"
else