Merge pull request #66 from SeanTAllen/master

Add casks
This commit is contained in:
Paul Hinze 2012-10-15 19:16:10 -07:00
commit 4f42a17f16
2 changed files with 12 additions and 0 deletions

6
Casks/open-office.rb Normal file
View File

@ -0,0 +1,6 @@
class OpenOffice < Cask
url 'http://sourceforge.net/projects/openofficeorg.mirror/files/stable/3.4.1/Apache_OpenOffice_incubating_3.4.1_MacOS_x86_install_en-US.dmg/download'
homepage 'http://www.openoffice.org/'
version '3.4.1'
end

View File

@ -0,0 +1,6 @@
class TimeMachineEditor < Cask
url 'http://timesoftware.free.fr/timemachineeditor/TimeMachineEditor.zip'
homepage 'http://timesoftware.free.fr/timemachineeditor/'
version 'latest'
end