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 7039215800A for ; Tue, 15 Aug 2023 18:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD8E2BC013; Tue, 15 Aug 2023 18:16:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73DB52BC013 for ; Tue, 15 Aug 2023 18:16:55 +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 8BAF5335D4D for ; Tue, 15 Aug 2023 18:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B310F4E for ; Tue, 15 Aug 2023 18:16:53 +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: <1692123407.e7d812277850cd81851ea4d7a5cc5b6ce1616681.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/twertlefetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/twertlefetch/Manifest app-misc/twertlefetch/twertlefetch-1.1.0.ebuild X-VCS-Directories: app-misc/twertlefetch/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e7d812277850cd81851ea4d7a5cc5b6ce1616681 X-VCS-Branch: dev Date: Tue, 15 Aug 2023 18:16:53 +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: 4a24f0cd-2cb3-43c1-a774-30acb772ac7a X-Archives-Hash: 2c726bc8dab482358abc53bc19995dfc commit: e7d812277850cd81851ea4d7a5cc5b6ce1616681 Author: David Roman gmail com> AuthorDate: Tue Aug 15 18:16:47 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Aug 15 18:16:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7d81227 app-misc/twertlefetch: update SRC_URI Signed-off-by: David Roman gmail.com> app-misc/twertlefetch/Manifest | 2 +- app-misc/twertlefetch/twertlefetch-1.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/twertlefetch/Manifest b/app-misc/twertlefetch/Manifest index 1196620c15..e5d0f50724 100644 --- a/app-misc/twertlefetch/Manifest +++ b/app-misc/twertlefetch/Manifest @@ -1 +1 @@ -DIST 1.1.0.tar.gz 4192 BLAKE2B b11eb5b028ec42c4cc60895cda75ac9a3e3db5df48e8bef6d4e6d0920b0552c4ff93505763887d8067709521253cf292177d096f468a3629ea4812c7574f95c3 SHA512 8f6a0691caad6b9ff43ce0c569d223a0df47e2fc7131ddefa1dbb9f3e64dec6a74034942bc7f4e35889e98a4489d9201796b0a0325e2c1251c43ecdad3c38f70 +DIST twertlefetch-1.1.0.tar.gz 4192 BLAKE2B b11eb5b028ec42c4cc60895cda75ac9a3e3db5df48e8bef6d4e6d0920b0552c4ff93505763887d8067709521253cf292177d096f468a3629ea4812c7574f95c3 SHA512 8f6a0691caad6b9ff43ce0c569d223a0df47e2fc7131ddefa1dbb9f3e64dec6a74034942bc7f4e35889e98a4489d9201796b0a0325e2c1251c43ecdad3c38f70 diff --git a/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild b/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild index 37ba8f5895..83c5ced4e0 100644 --- a/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild +++ b/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild @@ -44,7 +44,7 @@ DESCRIPTION="system fetch written in rust" # Double check the homepage as the cargo_metadata crate # does not provide this value so instead repository is used HOMEPAGE="https://github.com/iliketwertles" -SRC_URI="https://github.com/iliketwertles/twertlefetch/archive/refs/tags/1.1.0.tar.gz" +SRC_URI="https://github.com/iliketwertles/twertlefetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture