Vítor Galvão
10 years ago
1 changed files with 4 additions and 4 deletions
@ -1,13 +1,13 @@ |
|||
cask :v1 => 'libreoffice-beta' do |
|||
version '5.0.0.0.beta3' |
|||
sha256 '522d74ab04d357807139210c86a321dd5e02bf84026f624740c229eb3ab8b355' |
|||
version '5.0.0.1' |
|||
sha256 '6d8c0a644931e68180b24a3f5e38f79518a8f4ba7478cf2a6ae2fc96d78cb1f7' |
|||
|
|||
url "https://download.documentfoundation.org/libreoffice/testing/#{version.split('.0.beta')[0]}/mac/x86_64/LibreOfficeDev_#{version}_MacOS_x86-64.dmg" |
|||
url "https://download.documentfoundation.org/libreoffice/testing/#{version.split('.')[0..-2].join('.')}/mac/x86_64/LibreOffice_#{version}_MacOS_x86-64.dmg" |
|||
gpg "#{url}.asc", |
|||
:key_id => 'c2839ecad9408fbe9531c3e9f434a1efafeeaea3' |
|||
name 'LibreOffice' |
|||
homepage 'https://www.libreoffice.org/' |
|||
license :mpl |
|||
|
|||
app 'LibreOfficeDev.app' |
|||
app 'LibreOffice.app' |
|||
end |
|||
|
Loading…
Reference in new issue