aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rtmpdump.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index d66095c39..9958b4322 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -1,12 +1,13 @@
require 'formula'
class Rtmpdump <Formula
- url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.2b.tar.gz'
+ url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.2e.tar.gz'
+ version '2.2e'
homepage 'http://rtmpdump.mplayerhq.hu'
- md5 '1faea785e8818fe0ddf2543e05a4b801'
+ md5 '10681c2fe41194a97d508d0e6bbfe74f'
def install
- system "make posix"
+ system "make SYS=posix"
bin.install ['rtmpdump', 'rtmpgw', 'rtmpsrv', 'rtmpsuck']
end
end \ No newline at end of file