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 7F518158004 for ; Sun, 25 Feb 2024 16:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E72DE29C2; Sun, 25 Feb 2024 16:59:44 +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 6C744E29C2 for ; Sun, 25 Feb 2024 16:59:44 +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 73A9B335C36 for ; Sun, 25 Feb 2024 16:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08EC7B2F for ; Sun, 25 Feb 2024 16:59:42 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1708880326.b9a14751eb1234ad42e866b24b3af50bb2e6cb4f.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ani-cli/Manifest app-misc/ani-cli/ani-cli-4.8.ebuild X-VCS-Directories: app-misc/ani-cli/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b9a14751eb1234ad42e866b24b3af50bb2e6cb4f X-VCS-Branch: dev Date: Sun, 25 Feb 2024 16:59:42 +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: 21493694-0238-4b8f-acca-188d6bac717d X-Archives-Hash: 684642bef230c23e32c84f6553bd38bf Message-ID: <20240225165942.sc76MDXFDH8zbVdf1eFuBcA35pLlu6BHbAw1Lwotbn8@z> commit: b9a14751eb1234ad42e866b24b3af50bb2e6cb4f Author: Viorel Munteanu gentoo org> AuthorDate: Sun Feb 25 16:58:46 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Feb 25 16:58:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a14751 app-misc/ani-cli: update SRC_URI Signed-off-by: Viorel Munteanu gentoo.org> app-misc/ani-cli/Manifest | 2 +- app-misc/ani-cli/ani-cli-4.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest index b9c3b2c599..19fe08a3de 100644 --- a/app-misc/ani-cli/Manifest +++ b/app-misc/ani-cli/Manifest @@ -1 +1 @@ -DIST v4.8.tar.gz 234163 BLAKE2B d7db7e70c67d3f042841ebdb1695ba3614b32a6eccf7bc0e8b5dd1cee6f89b670e18f30ddcae055900b9dc11450abbd78d4bbff11dd23144ebe7b734209071a4 SHA512 fece70b1613e28366dc6716ce02720ca53dfa750fdd6d40a5d292f0e4c242920e5c7fa5f82f51c90ad86f2cdb301ac19628d9a3616f44acc8f208d7d58495476 +DIST ani-cli-4.8.tar.gz 234163 BLAKE2B d7db7e70c67d3f042841ebdb1695ba3614b32a6eccf7bc0e8b5dd1cee6f89b670e18f30ddcae055900b9dc11450abbd78d4bbff11dd23144ebe7b734209071a4 SHA512 fece70b1613e28366dc6716ce02720ca53dfa750fdd6d40a5d292f0e4c242920e5c7fa5f82f51c90ad86f2cdb301ac19628d9a3616f44acc8f208d7d58495476 diff --git a/app-misc/ani-cli/ani-cli-4.8.ebuild b/app-misc/ani-cli/ani-cli-4.8.ebuild index c26ce60700..48a661bbc6 100644 --- a/app-misc/ani-cli/ani-cli-4.8.ebuild +++ b/app-misc/ani-cli/ani-cli-4.8.ebuild @@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 else SRC_URI=" - https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz + https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " S="${WORKDIR}/${P}" KEYWORDS="~amd64 ~arm64 ~x86"