From a2c31de63e34a27f722fb44e333081bc6acf57f3 Mon Sep 17 00:00:00 2001 From: miccal Date: Wed, 6 Dec 2017 03:39:07 +0800 Subject: [PATCH] Update libreoffice-still.rb (#4910) * Update libreoffice-still.rb * Update libreoffice-still.rb --- Casks/libreoffice-still.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Casks/libreoffice-still.rb b/Casks/libreoffice-still.rb index 362eada4a..3f187b234 100644 --- a/Casks/libreoffice-still.rb +++ b/Casks/libreoffice-still.rb @@ -4,11 +4,16 @@ cask 'libreoffice-still' do # documentfoundation.org was verified as official when first introduced to the cask url "http://download.documentfoundation.org/libreoffice/stable/#{version}/mac/x86_64/LibreOffice_#{version}_MacOS_x86-64.dmg" + appcast 'https://download.documentfoundation.org/libreoffice/stable/', + checkpoint: '8df6eaec89e8697b47cb460dee988e576bb735214d697ee7a24b65d6d1302d87' name 'LibreOffice Still' homepage 'https://www.libreoffice.org/download/libreoffice-still/' gpg "#{url}.asc", key_id: 'c2839ecad9408fbe9531c3e9f434a1efafeeaea3' - conflicts_with cask: 'libreoffice' + conflicts_with cask: [ + 'libreoffice', + 'libreoffice-rc', + ] depends_on macos: '>= :mountain_lion' app 'LibreOffice.app'