From 89667b63a2374b009526435c45532354abf1ac53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 2 Feb 2013 21:40:08 +0000 Subject: [PATCH] MplayerX 1.0.17 Signed-off-by: Felix Saparelli --- Casks/mplayerx.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/mplayerx.rb diff --git a/Casks/mplayerx.rb b/Casks/mplayerx.rb new file mode 100644 index 000000000..7c5c99ad6 --- /dev/null +++ b/Casks/mplayerx.rb @@ -0,0 +1,7 @@ +class Mplayerx < Cask + url 'http://mplayerx.googlecode.com/files/MPlayerX-1.0.17.zip' + homepage 'http://mplayerx.org/' + version '1.0.17' + content_length '34431129' + sha1 'e26e9c54dca2404eaab881586f04d73de7d9bdc9' +end