From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19A3A158020 for ; Sat, 22 Oct 2022 06:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECF6E08FA; Sat, 22 Oct 2022 06:22:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBC71E08FA for ; Sat, 22 Oct 2022 06:22:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E39D34119D for ; Sat, 22 Oct 2022 06:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA7A62B for ; Sat, 22 Oct 2022 06:22:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1666418728.3dea801c1e4cc288678a9b9b744c770a29c02c0d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnatpmp/libnatpmp-20150609.ebuild X-VCS-Directories: net-libs/libnatpmp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3dea801c1e4cc288678a9b9b744c770a29c02c0d X-VCS-Branch: master Date: Sat, 22 Oct 2022 06:22:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17cacec2-18e6-462e-839a-cf0373702cdc X-Archives-Hash: 5261117b41ccd916e262a4251a22b4a9 commit: 3dea801c1e4cc288678a9b9b744c770a29c02c0d Author: Michał Górny gentoo org> AuthorDate: Sat Oct 22 05:45:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 22 06:05:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dea801c net-libs/libnatpmp: Update URLs Signed-off-by: Michał Górny gentoo.org> net-libs/libnatpmp/libnatpmp-20150609.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-libs/libnatpmp/libnatpmp-20150609.ebuild b/net-libs/libnatpmp/libnatpmp-20150609.ebuild index 1d54c02fab04..e52252b93031 100644 --- a/net-libs/libnatpmp/libnatpmp-20150609.ebuild +++ b/net-libs/libnatpmp/libnatpmp-20150609.ebuild @@ -6,8 +6,12 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="An alternative protocol to UPnP IGD specification" -HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html" -SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + http://miniupnp.free.fr/libnatpmp.html + https://miniupnp.tuxfamily.org/libnatpmp.html + https://github.com/miniupnp/libnatpmp/ +" +SRC_URI="https://miniupnp.tuxfamily.org/files/${P}.tar.gz" LICENSE="BSD" SLOT="0"