From 9219f2a6e1d24260e04503c8e99ec6812d52ac6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 16 Feb 2013 18:59:02 +0000 Subject: [PATCH] Miro 5.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #158 (2/2). Signed-off-by: Félix Saparelli --- Casks/miro.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/miro.rb diff --git a/Casks/miro.rb b/Casks/miro.rb new file mode 100644 index 000000000..4240c02ed --- /dev/null +++ b/Casks/miro.rb @@ -0,0 +1,7 @@ +class Miro < Cask + url 'http://ftp.osuosl.org/pub/pculture.org/miro/osx/Miro.dmg' + homepage 'http://www.getmiro.com/' + version '5.0.4' + content_length '48854473' + sha1 'e752e6ca859d469ff5f4de88b33ebb0d44329b71' +end