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 92FB515800A for ; Thu, 27 Jul 2023 12:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19416E09B7; Thu, 27 Jul 2023 12:05:00 +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 F0B8BE09B7 for ; Thu, 27 Jul 2023 12:04:59 +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 150CA34147F for ; Thu, 27 Jul 2023 12:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A756BDEF for ; Thu, 27 Jul 2023 12:04:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1690376581.7b7073f09218c1cfad57c5c37eed7bcf31b91746.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/protonup/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/protonup/Manifest games-util/protonup/protonup-0.1.5.ebuild X-VCS-Directories: games-util/protonup/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7b7073f09218c1cfad57c5c37eed7bcf31b91746 X-VCS-Branch: master Date: Thu, 27 Jul 2023 12:04:55 +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: b06443b9-4d83-438f-bf32-d87e89d1b016 X-Archives-Hash: a577691e5e2302844b93491ffb43cc0b commit: 7b7073f09218c1cfad57c5c37eed7bcf31b91746 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Jul 26 13:01:52 2023 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 26 13:03:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b7073f0 games-util/protonup: update SRC_URI Signed-off-by: Gonçalo Negrier Duarte gmail.com> games-util/protonup/Manifest | 2 +- games-util/protonup/protonup-0.1.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/protonup/Manifest b/games-util/protonup/Manifest index 55cc015024..41661d80c9 100644 --- a/games-util/protonup/Manifest +++ b/games-util/protonup/Manifest @@ -1 +1 @@ -DIST 0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20 +DIST protonup-0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20 diff --git a/games-util/protonup/protonup-0.1.5.ebuild b/games-util/protonup/protonup-0.1.5.ebuild index a9bb75f5b0..37f6612d29 100644 --- a/games-util/protonup/protonup-0.1.5.ebuild +++ b/games-util/protonup/protonup-0.1.5.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..12} ) EPYTHON=python3 inherit distutils-r1 -SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz" +SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Install and Update Proton-GE" HOMEPAGE="https://github.com/AUNaseef/protonup"