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 0203915ACFB for ; Sat, 15 Apr 2023 22:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F3B6E0864; Sat, 15 Apr 2023 22:48:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2AB40E0864 for ; Sat, 15 Apr 2023 22:48:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AFDD340D73 for ; Sat, 15 Apr 2023 22:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2BFFA45 for ; Sat, 15 Apr 2023 22:48:30 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1681592523.7116671f4fb0dd8b4983d68f5a4923a4595dc713.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/unknown-horizons/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/unknown-horizons/unknown-horizons-2019.1.ebuild X-VCS-Directories: games-strategy/unknown-horizons/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 7116671f4fb0dd8b4983d68f5a4923a4595dc713 X-VCS-Branch: master Date: Sat, 15 Apr 2023 22:48:30 +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: 82113c0d-fa8b-4365-9e98-514a296244a6 X-Archives-Hash: e80d324311027aa6ddd450eea3654dd1 commit: 7116671f4fb0dd8b4983d68f5a4923a4595dc713 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Sat Apr 15 21:02:03 2023 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Sat Apr 15 21:02:03 2023 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7116671f games-strategy/unknown-horizons: fix download url Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> games-strategy/unknown-horizons/unknown-horizons-2019.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/unknown-horizons/unknown-horizons-2019.1.ebuild b/games-strategy/unknown-horizons/unknown-horizons-2019.1.ebuild index e211ff9..9bea365 100644 --- a/games-strategy/unknown-horizons/unknown-horizons-2019.1.ebuild +++ b/games-strategy/unknown-horizons/unknown-horizons-2019.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Anno-like real time strategy game" HOMEPAGE="https://www.unknown-horizons.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86"