From: Michał Górny Date: Thu, 15 Aug 2019 15:00:42 +0000 (+0200) Subject: net-misc/netpipe: Version the distfile X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0799f6b5805c599ca5317c94c1556ed7762ae3d;p=gentoo.git net-misc/netpipe: Version the distfile Signed-off-by: Michał Górny --- diff --git a/net-misc/netpipe/Manifest b/net-misc/netpipe/Manifest index 69634db8f074..b4cf4ef99800 100644 --- a/net-misc/netpipe/Manifest +++ b/net-misc/netpipe/Manifest @@ -1 +1 @@ -DIST netpipe.tar.gz 30593 BLAKE2B 862f2a104a1d195d1a5244b1ed4183f8cff70807e22de60b13631b7c3653eb628e6c4736c9d8b1e755bf0ab6f31b813f99f1700427ec9e62cd333e7195736014 SHA512 ce21a8bd298db990b7981a5501e70bbf8d6eac9d802d1f01c41d47f02ee9afb6fb095478496590f470318463491ec36da920047d668d2a8abe1e7559f53b1a37 +DIST netpipe-1.0.0_beta2.tar.gz 30593 BLAKE2B 862f2a104a1d195d1a5244b1ed4183f8cff70807e22de60b13631b7c3653eb628e6c4736c9d8b1e755bf0ab6f31b813f99f1700427ec9e62cd333e7195736014 SHA512 ce21a8bd298db990b7981a5501e70bbf8d6eac9d802d1f01c41d47f02ee9afb6fb095478496590f470318463491ec36da920047d668d2a8abe1e7559f53b1a37 diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild index 77d037cede44..21048b7642dc 100644 --- a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild +++ b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques" HOMEPAGE="https://www.wudika.de/~jan/netpipe/" -SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz" +SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"