diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:50:12 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:44 -0400 |
commit | 44ecd63929e3a752440c65191e3549fd0b4f7ae2 (patch) | |
tree | 87bc27f3a30e40c9fa34844f650662fb1c62a9de /net-analyzer/snort/snort-2.9.8.3-r2.ebuild | |
parent | net-analyzer/scanssh: use HTTPS (diff) | |
download | gentoo-44ecd63929e3a752440c65191e3549fd0b4f7ae2.tar.gz gentoo-44ecd63929e3a752440c65191e3549fd0b4f7ae2.tar.bz2 gentoo-44ecd63929e3a752440c65191e3549fd0b4f7ae2.zip |
net-analyzer/snort: use HTTPS, fix SRC_URI
Diffstat (limited to 'net-analyzer/snort/snort-2.9.8.3-r2.ebuild')
-rw-r--r-- | net-analyzer/snort/snort-2.9.8.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/snort/snort-2.9.8.3-r2.ebuild b/net-analyzer/snort/snort-2.9.8.3-r2.ebuild index 8fcbf6080db7..2dc9971f77c8 100644 --- a/net-analyzer/snort/snort-2.9.8.3-r2.ebuild +++ b/net-analyzer/snort/snort-2.9.8.3-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools multilib user DESCRIPTION="The de facto standard for intrusion detection/prevention" -HOMEPAGE="http://www.snort.org/" -SRC_URI="https://www.snort.org/downloads/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.snort.org" +SRC_URI="https://www.snort.org/downloads/archive/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" |