Fixed bad sha256

This commit is contained in:
Jean-Sébastien Beaulieu 2016-02-10 15:02:40 -05:00
parent d7fbfa78a3
commit ae387dd37b
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