Skip to content

Commit

Permalink
MPlayerShell 0.9.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#20193.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
vhbit authored and jacknagel committed Jun 1, 2013
1 parent ec41b54 commit a0692fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/mplayershell.rb
Expand Up @@ -11,7 +11,7 @@ def message
end
end

class MplayerPresented < Requirement
class MPlayerPresented < Requirement
fatal true
default_formula 'mplayer'

Expand All @@ -31,12 +31,12 @@ def message; <<-EOS.undent

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

Expand Down

0 comments on commit a0692fd

Please sign in to comment.