diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mplayershell.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
