From: Stelios Koroneos Date: Thu, 22 Feb 2007 15:07:26 +0000 (+0000) Subject: packages/nmap/nmap_3.81.bb: Change URI to point to new download location X-Git-Tag: Release-2010-05/1~9160^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dae69bdb0d41e96655d849de94b85d4fd6ccfda;p=openembedded.git packages/nmap/nmap_3.81.bb: Change URI to point to new download location --- diff --git a/packages/nmap/nmap_3.81.bb b/packages/nmap/nmap_3.81.bb index 478474645b..7aa5928191 100644 --- a/packages/nmap/nmap_3.81.bb +++ b/packages/nmap/nmap_3.81.bb @@ -3,11 +3,11 @@ HOMEPAGE = "http://www.insecure.org/nmap/" SECTION = "console/network" LICENSE = "GPL" DEPENDS = "libpcap libpcre" -PR = "r1" +PR = "r2" inherit autotools -SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tar.bz2 \ +SRC_URI = "http://download.insecure.org/nmap/dist-old/nmap-${PV}.tar.bz2 \ file://autofoo.patch;patch=1 \ file://remove_gtk.patch;patch=1" S = "${WORKDIR}/nmap-${PV}"