aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-21 16:01:27 -0800
committerAdam Vandenberg2013-01-21 16:01:27 -0800
commit7cb8745e033165912e41d2d5f5dda156de5755d8 (patch)
tree88729ea456ae53bec84709ff52ca8cd9a38566a6 /Library/Formula
parentf67e47b110ec9ef7d524e5b36bff4a76c0dea272 (diff)
downloadhomebrew-7cb8745e033165912e41d2d5f5dda156de5755d8.tar.bz2
openrtsp 2013.01.21
Closes #17242.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/openrtsp.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/openrtsp.rb b/Library/Formula/openrtsp.rb
index aafed8f42..db3e4f336 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.2012.11.30.tar.gz'
- sha1 'cac0c27ebbfe5173567ea6f6ab6c7b9ccbca653e'
+ url 'http://www.live555.com/liveMedia/public/live.2013.01.21.tar.gz'
+ sha1 '51920c9e2be581df4bf72a036537317bebd5d27b'
option "32-bit"
@@ -17,7 +17,7 @@ class Openrtsp < Formula
system "make"
cd 'testProgs' do
- bin.install 'openRTSP' ,'vobStreamer', 'playSIP'
+ bin.install 'openRTSP', 'vobStreamer', 'playSIP'
end
end
end