From e1f77334d40aa0f04f55f3edac7b3b8fa464ce98 Mon Sep 17 00:00:00 2001 From: Mikko Kouhia Date: Sun, 13 Jan 2013 14:26:03 +0200 Subject: [PATCH] Camino 2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #140. Signed-off-by: Félix Saparelli --- Casks/camino.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/camino.rb diff --git a/Casks/camino.rb b/Casks/camino.rb new file mode 100644 index 000000000..d082db8bf --- /dev/null +++ b/Casks/camino.rb @@ -0,0 +1,7 @@ +class Camino < Cask + url 'http://download.cdn.mozilla.net/pub/mozilla.org/camino/releases/en-US/Camino-2.1.2.dmg' + homepage 'http://caminobrowser.org/' + version '2.1.2' + content_length '19549854' + sha1 '092dae4c85614cc1bbf76a3ce8335f1cc452d949' +end