diff options
| author | Gerald Combs | 2014-03-01 13:39:22 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-03-01 14:08:48 -0800 | 
| commit | e724af2c7a7fb0a8e25d929e3a1c7ac666c72698 (patch) | |
| tree | 85e664ed5b53e5fa6e2159c6c3f35442b87e722a /Library/Formula/wireshark.rb | |
| parent | 076a69edf486c61cb38c4c2b68d147d10a4d7eb4 (diff) | |
| download | homebrew-e724af2c7a7fb0a8e25d929e3a1c7ac666c72698.tar.bz2 | |
wireshark: use git repo for head
http://www.wireshark.org/lists/wireshark-dev/201401/msg00189.html
Closes #27119.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/wireshark.rb')
| -rw-r--r-- | Library/Formula/wireshark.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index 338fa1220..f5f924696 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -7,7 +7,7 @@ class Wireshark < Formula    sha1 'ebbf4f8382fc8961c1fb7959727b3e6792e597c1'    head do -    url 'http://anonsvn.wireshark.org/wireshark/trunk/', :using => :svn +    url 'https://code.wireshark.org/review/wireshark', :using => :git      depends_on :autoconf      depends_on :automake  | 
