Browse Source

Update libreoffice-still.rb (#4910)

* Update libreoffice-still.rb

* Update libreoffice-still.rb
master
miccal 7 years ago
committed by Markus Reiter
parent
commit
a2c31de63e
  1. 7
      Casks/libreoffice-still.rb

7
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'

Loading…
Cancel
Save