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 7C334158020 for ; Wed, 16 Nov 2022 10:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860ACE0878; Wed, 16 Nov 2022 10:19:17 +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 4E55DE0877 for ; Wed, 16 Nov 2022 10:19:17 +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 1C69E340E16 for ; Wed, 16 Nov 2022 10:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37216756 for ; Wed, 16 Nov 2022 10:19:13 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1668344476.d61288aa77ff94450d95d3d7b9db4bbd0cf6acb7.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild X-VCS-Directories: net-p2p/yggdrasil-go/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d61288aa77ff94450d95d3d7b9db4bbd0cf6acb7 X-VCS-Branch: master Date: Wed, 16 Nov 2022 10:19:13 +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: a674bc93-b577-4365-83e3-fbd350c7ec09 X-Archives-Hash: 119e4889e896675ef974dcfbd1df20d8 commit: d61288aa77ff94450d95d3d7b9db4bbd0cf6acb7 Author: Eric Joldasov getgoogleoff me> AuthorDate: Sun Nov 13 13:01:16 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Nov 13 13:01:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d61288aa net-p2p/yggdrasil-go: disambiguate github.com SRC_URI Signed-off-by: Eric Joldasov getgoogleoff.me> net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild index 07fa3addf..6c4a68eb8 100644 --- a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild +++ b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild @@ -8,7 +8,7 @@ inherit go-module linux-info systemd fcaps DESCRIPTION="An experiment in scalable routing as an encrypted IPv6 overlay network" HOMEPAGE="https://yggdrasil-network.github.io/" SRC_URI=" - https://github.com/yggdrasil-network/yggdrasil-go/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/yggdrasil-network/yggdrasil-go/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://codeberg.org/BratishkaErik/distfiles/media/branch/master/${P}-vendor.tar.xz "