diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-05-18 16:28:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-05-18 16:28:29 +0000 |
commit | 63f75dc309f588fd50f50885425f811b10cdfbad (patch) | |
tree | 98df7d3a92107fe78d42a61a1223e129a02cc3b2 /net-analyzer/nmap/nmap-5.00-r2.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-63f75dc309f588fd50f50885425f811b10cdfbad.tar.gz gentoo-2-63f75dc309f588fd50f50885425f811b10cdfbad.tar.bz2 gentoo-2-63f75dc309f588fd50f50885425f811b10cdfbad.zip |
Fix SRC_URI thanks to Mike Becker (bug #319913).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/nmap/nmap-5.00-r2.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-5.00-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-5.00-r2.ebuild b/net-analyzer/nmap/nmap-5.00-r2.ebuild index a3f7e4331653..48516cf943e1 100644 --- a/net-analyzer/nmap/nmap-5.00-r2.ebuild +++ b/net-analyzer/nmap/nmap-5.00-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.10 2010/04/04 09:56:09 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.11 2010/05/18 16:28:29 jer Exp $ EAPI="2" @@ -10,7 +10,7 @@ MY_P=${P//_rc1/RC1} DESCRIPTION="A utility for network exploration or security auditing" HOMEPAGE="http://nmap.org/" -SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2" +SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |