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 2EAA5158092 for ; Mon, 30 May 2022 23:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2246E0874; Mon, 30 May 2022 23:04:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7D56E0874 for ; Mon, 30 May 2022 23:04:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7BD8341A57 for ; Mon, 30 May 2022 23:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAFC64F2 for ; Mon, 30 May 2022 23:04:26 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653951863.6654a3dc3354e8ba8e3963003d689d6a72a33be0.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/collidoscope/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/collidoscope/Manifest dev-python/collidoscope/collidoscope-0.4.1.ebuild X-VCS-Directories: dev-python/collidoscope/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6654a3dc3354e8ba8e3963003d689d6a72a33be0 X-VCS-Branch: dev Date: Mon, 30 May 2022 23:04:26 +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: 76d0163d-f137-4a79-9746-c13f8f72bba8 X-Archives-Hash: f93453d866ee715f5db37301d93f05bc commit: 6654a3dc3354e8ba8e3963003d689d6a72a33be0 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 22:53:51 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 23:04:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6654a3dc dev-python/collidoscope: update SRC_URI Signed-off-by: Alessandro Barbieri gmail.com> dev-python/collidoscope/Manifest | 2 +- dev-python/collidoscope/collidoscope-0.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/collidoscope/Manifest b/dev-python/collidoscope/Manifest index 1e081208b..d95955652 100644 --- a/dev-python/collidoscope/Manifest +++ b/dev-python/collidoscope/Manifest @@ -1 +1 @@ -DIST collidoscope-0.4.1.tar.gz 32178 BLAKE2B 05b85b9321ad486a619a65b5ddbfbfe5550549d3a3f337432e07c7e1d6d80d03f7fa478ce2a19d551f846a05e27c8d6431d0a3138ef4886d48b4ac88123bd0c8 SHA512 a38fb10eeb50388024498d4900323c217a504695507a9d67b0009a0ab9e6f99b8fb836a86e0139752e7008f139363344f1761e9413f17830dc44d615212b437d +DIST collidoscope-0.4.1.gh.tar.gz 32178 BLAKE2B 05b85b9321ad486a619a65b5ddbfbfe5550549d3a3f337432e07c7e1d6d80d03f7fa478ce2a19d551f846a05e27c8d6431d0a3138ef4886d48b4ac88123bd0c8 SHA512 a38fb10eeb50388024498d4900323c217a504695507a9d67b0009a0ab9e6f99b8fb836a86e0139752e7008f139363344f1761e9413f17830dc44d615212b437d diff --git a/dev-python/collidoscope/collidoscope-0.4.1.ebuild b/dev-python/collidoscope/collidoscope-0.4.1.ebuild index e5dcd0419..802faf12c 100644 --- a/dev-python/collidoscope/collidoscope-0.4.1.ebuild +++ b/dev-python/collidoscope/collidoscope-0.4.1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Brute force detection of glyph collisions" HOMEPAGE="https://github.com/simoncozens/collidoscope" -SRC_URI="https://github.com/simoncozens/collidoscope/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/simoncozens/collidoscope/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" KEYWORDS="~amd64"