diff options
| author | Mark A. Matienzo | 2014-02-18 11:38:53 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-18 10:57:49 -0600 | 
| commit | a8e1b1a17eda43fcab29cc990f0871269ce3025b (patch) | |
| tree | 4d40eb3f8301c23f96e2f77a2b96d1aa13b0d2a1 | |
| parent | 56f639a35f1469321d13a44e7c3c3f233a12d3d4 (diff) | |
| download | homebrew-a8e1b1a17eda43fcab29cc990f0871269ce3025b.tar.bz2 | |
openrtsp 2014.02.17
Closes #26814.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/openrtsp.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/openrtsp.rb b/Library/Formula/openrtsp.rb index 572f8879f..17b16d9b6 100644 --- a/Library/Formula/openrtsp.rb +++ b/Library/Formula/openrtsp.rb @@ -2,8 +2,8 @@ require 'formula'  class Openrtsp < Formula    homepage 'http://www.live555.com/openRTSP' -  url 'http://www.live555.com/liveMedia/public/live.2014.01.24.tar.gz' -  sha1 '495e6b9d8f6c5e481d53861ac9ceab5373d8d858' +  url 'http://live555.com/liveMedia/public/live.2014.02.17.tar.gz' +  sha1 '6a769a3541a6e94a56fd788843240a860d777bb1'    option "32-bit" | 
