diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-15 17:33:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-15 17:44:08 +0200 |
commit | 8b9d32e43961c5c9e836ff54a098e138e9055851 (patch) | |
tree | 31753e695ea22be67be67522a6fe6c9dcb072547 /net-misc | |
parent | net-wireless/soapybladerf: remove old (diff) | |
download | gentoo-8b9d32e43961c5c9e836ff54a098e138e9055851.tar.gz gentoo-8b9d32e43961c5c9e836ff54a098e138e9055851.tar.bz2 gentoo-8b9d32e43961c5c9e836ff54a098e138e9055851.zip |
net-misc/rinetd: Version the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rinetd/Manifest | 2 | ||||
-rw-r--r-- | net-misc/rinetd/rinetd-0.62-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/rinetd/Manifest b/net-misc/rinetd/Manifest index 5aa960ca6b50..28de4a7f75d5 100644 --- a/net-misc/rinetd/Manifest +++ b/net-misc/rinetd/Manifest @@ -1 +1 @@ -DIST rinetd.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606 +DIST rinetd-0.62.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606 diff --git a/net-misc/rinetd/rinetd-0.62-r2.ebuild b/net-misc/rinetd/rinetd-0.62-r2.ebuild index 7a1cac341228..527f67d7834f 100644 --- a/net-misc/rinetd/rinetd-0.62-r2.ebuild +++ b/net-misc/rinetd/rinetd-0.62-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="redirects TCP connections from one IP address and port to another" HOMEPAGE="http://www.boutell.com/rinetd/" -SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz" +SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |