Merge pull request #73 from SeanTAllen/master

Add cask/Update cask
This commit is contained in:
Paul Hinze 2012-10-20 09:35:24 -07:00
commit 9f9eb1970f
2 changed files with 8 additions and 3 deletions

5
Casks/libre-office.rb Normal file
View File

@ -0,0 +1,5 @@
class LibreOffice < Cask
url 'http://download.documentfoundation.org/libreoffice/stable/3.5.7/mac/x86/LibO_3.5.7_MacOS_x86_install_en-US.dmg'
homepage 'http://www.libreoffice.org/'
version '3.5.7'
end

View File

@ -1,5 +1,5 @@
class TheUnarchiver < Cask
url 'http://theunarchiver.googlecode.com/files/TheUnarchiver3.3.zip'
url 'http://theunarchiver.googlecode.com/files/TheUnarchiver3.4.zip'
homepage 'http://unarchiver.c3.cx/'
version '3.3'
version '3.4'
end