Browse Source

Merge pull request #66 from SeanTAllen/master

Add casks
Paul Hinze 13 years ago
parent
commit
4f42a17f16
  1. 6
      Casks/open-office.rb
  2. 6
      Casks/time-machine-editor.rb

6
Casks/open-office.rb

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

6
Casks/time-machine-editor.rb

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