From fa3110711cb9d1a77660d27173ee4b92dde2d90d Mon Sep 17 00:00:00 2001 From: Valerii Hiora Date: Sat, 1 Jun 2013 13:51:03 +0300 Subject: MPlayerShell 0.9.1 Closes #20193. Signed-off-by: Jack Nagel --- Library/Formula/mplayershell.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mplayershell.rb b/Library/Formula/mplayershell.rb index 95b805262..fead1c444 100644 --- a/Library/Formula/mplayershell.rb +++ b/Library/Formula/mplayershell.rb @@ -11,7 +11,7 @@ class LionOrHigher < Requirement end end -class MplayerPresented < Requirement +class MPlayerPresented < Requirement fatal true default_formula 'mplayer' @@ -31,12 +31,12 @@ end class Mplayershell < Formula homepage 'https://github.com/donmelton/MPlayerShell' - url 'https://github.com/donmelton/MPlayerShell/archive/0.9.0.tar.gz' - sha1 '0ed15622abd020b1924aaead7f3e373f36c98a47' + url 'https://github.com/donmelton/MPlayerShell/archive/0.9.1.tar.gz' + sha1 'fe009b774eca8e8a8e3030a49cdd463f5b368b27' head 'https://github.com/donmelton/MPlayerShell.git' - depends_on MplayerPresented + depends_on MPlayerPresented depends_on LionOrHigher depends_on :xcode -- cgit v1.2.3