diff options
Diffstat (limited to 'net-libs/libbloom/libbloom-1.5-r2.ebuild')
-rw-r--r-- | net-libs/libbloom/libbloom-1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libbloom/libbloom-1.5-r2.ebuild b/net-libs/libbloom/libbloom-1.5-r2.ebuild index 9be6bd8a03a9..17be8bdca711 100644 --- a/net-libs/libbloom/libbloom-1.5-r2.ebuild +++ b/net-libs/libbloom/libbloom-1.5-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="A simple and small bloom filter implementation in plain C." +DESCRIPTION="A simple and small bloom filter implementation in plain C" HOMEPAGE="https://github.com/jvirkki/libbloom" SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |