aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-05 15:10:30 -0700
committerAdam Vandenberg2010-06-05 15:10:49 -0700
commitfe244b9cdb9be1cb207a0214bea51750bcfe4490 (patch)
tree5dcb000fe8df3ed8e647660d97fbd957e408d9cd /Library/Formula
parent7b852622a01180a48accccd7fc7563a6dcf5676e (diff)
downloadhomebrew-fe244b9cdb9be1cb207a0214bea51750bcfe4490.tar.bz2
Update rtmpdump to latest, via oldmanuk
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