diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 13:39:20 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:54:37 -0400 |
commit | dbe7318db021b8c5a058eedf64f7d84962296227 (patch) | |
tree | 4097b0e8d0bedeb7f19f8d09d108c94eebd70fa7 /app-forensics/afl | |
parent | www-apps/baikal: update homepage (diff) | |
download | gentoo-dbe7318db021b8c5a058eedf64f7d84962296227.tar.gz gentoo-dbe7318db021b8c5a058eedf64f7d84962296227.tar.bz2 gentoo-dbe7318db021b8c5a058eedf64f7d84962296227.zip |
app-forensics/afl: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-forensics/afl')
-rw-r--r-- | app-forensics/afl/afl-2.52b.ebuild | 6 | ||||
-rw-r--r-- | app-forensics/afl/afl-2.55b.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/afl/afl-2.56b.ebuild | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-forensics/afl/afl-2.52b.ebuild b/app-forensics/afl/afl-2.52b.ebuild index 9c58122f99dd..7086ccd5447d 100644 --- a/app-forensics/afl/afl-2.52b.ebuild +++ b/app-forensics/afl/afl-2.52b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit multilib toolchain-funcs flag-o-matic DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" -HOMEPAGE="http://lcamtuf.coredump.cx/afl/" -SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz" +HOMEPAGE="https://lcamtuf.coredump.cx/afl/" +SRC_URI="https://lcamtuf.coredump.cx/afl/releases/${P}.tgz" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-forensics/afl/afl-2.55b.ebuild b/app-forensics/afl/afl-2.55b.ebuild index a2278aa44634..cc17918f7e71 100644 --- a/app-forensics/afl/afl-2.55b.ebuild +++ b/app-forensics/afl/afl-2.55b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit multilib toolchain-funcs flag-o-matic DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" -HOMEPAGE="http://lcamtuf.coredump.cx/afl/" +HOMEPAGE="https://lcamtuf.coredump.cx/afl/" SRC_URI="https://github.com/google/AFL/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/app-forensics/afl/afl-2.56b.ebuild b/app-forensics/afl/afl-2.56b.ebuild index 1a72aefa4ef6..90fbf1bc53fd 100644 --- a/app-forensics/afl/afl-2.56b.ebuild +++ b/app-forensics/afl/afl-2.56b.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit multilib toolchain-funcs flag-o-matic DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" -HOMEPAGE="http://lcamtuf.coredump.cx/afl/" +HOMEPAGE="https://lcamtuf.coredump.cx/afl/" SRC_URI="https://github.com/google/AFL/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |