aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-08-24 17:09:45 +0100
committerMike McQuaid2014-08-24 17:14:22 +0100
commitff092bec148f0e3a2b460281a0a893136a661a46 (patch)
treeb45b599e2ada479e9f3cd7d11811f617ee9fc43c /Library/Formula
parentceefaae4a9760dff157b60282fab655b42ecf51f (diff)
downloadhomebrew-ff092bec148f0e3a2b460281a0a893136a661a46.tar.bz2
rtmpdump: use double-quotes.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rtmpdump.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index 76d7c97b0..e9790e05e 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -16,7 +16,7 @@ class Rtmpdump < Formula
sha1 "d6803f6c6ab24b45dc4e0626c7c8f5eaef9df034" => :lion
end
- head 'git://git.ffmpeg.org/rtmpdump'
+ head "git://git.ffmpeg.org/rtmpdump"
depends_on 'openssl'