diff options
| author | Adam Vandenberg | 2013-08-21 21:31:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-21 21:31:11 -0700 |
| commit | 98f6486212941abf569e73df37a701ea9dc9fdb1 (patch) | |
| tree | 3f8a05063675225d58b254c701edeaf223409cb2 /Library/Formula/rtmpdump.rb | |
| parent | d0edcf943b3a6f8ad5e98d8dfe6e62c22d455e16 (diff) | |
| download | homebrew-98f6486212941abf569e73df37a701ea9dc9fdb1.tar.bz2 | |
rtmpdump: use newer version that debian packages
Closes #22045.
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index f51cd5d08..540fd117c 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -1,9 +1,12 @@ require 'formula' +# Use a newer version instead of the upstream tarball: +# http://livestreamer.tanuki.se/en/latest/issues.html#installed-rtmpdump-does-not-support-jtv-argument class Rtmpdump < Formula homepage 'http://rtmpdump.mplayerhq.hu' - url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.4.tar.gz' - sha1 '975f8c79788d1f9fcc66f572509f0203982b17ac' + url 'http://ftp.de.debian.org/debian/pool/main/r/rtmpdump/rtmpdump_2.4+20121230.gitdf6c518.orig.tar.gz' + version '2.4+20121230' + sha1 'a58e8a9c9f99f721389215dd16162a698734f03b' head 'git://git.ffmpeg.org/rtmpdump' |
