aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsinge2012-01-05 13:50:43 +0200
committerMike McQuaid2012-01-05 22:09:12 +0000
commit8db10bc61ceb6e21c6893c701743eedc04373123 (patch)
tree1ba1740256c5b8c3356e748685ec09f89da1a5b0
parent559a09db38abc3716a36b7abd77b6d98da9d0b20 (diff)
downloadhomebrew-8db10bc61ceb6e21c6893c701743eedc04373123.tar.bz2
Change nmap head location.
nmap svn has moved from svn://svn.insecure.org to https://svn.nmap.org, fixed brew to represent. Users will need to delete their old nmap repositories. Closes #9438. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/nmap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb
index 8bd1df187..be05b1eed 100644
--- a/Library/Formula/nmap.rb
+++ b/Library/Formula/nmap.rb
@@ -4,7 +4,7 @@ class Nmap < Formula
url 'http://nmap.org/dist/nmap-5.51.tar.bz2'
homepage 'http://nmap.org/5/'
md5 '0b80d2cb92ace5ebba8095a4c2850275'
- head 'svn://guest:@svn.insecure.org/nmap/', :using => :svn
+ head 'https://guest:@svn.nmap.org/nmap/', :using => :svn
# Leopard's version of OpenSSL isn't new enough
depends_on "openssl" if MacOS.leopard?