diff options
| author | Valerii Hiora | 2013-06-01 13:51:03 +0300 |
|---|---|---|
| committer | Jack Nagel | 2013-06-01 10:25:47 -0500 |
| commit | fa3110711cb9d1a77660d27173ee4b92dde2d90d (patch) | |
| tree | 1824f3a8f3c246eb19f033f8dba7aad654b727b5 /Library/Formula | |
| parent | 168f4a63407fe82774cd51836456dec31ca9a22d (diff) | |
| download | homebrew-fa3110711cb9d1a77660d27173ee4b92dde2d90d.tar.bz2 | |
MPlayerShell 0.9.1
Closes #20193.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
