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 3634415800F for ; Tue, 21 Feb 2023 17:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73654E0D88; Tue, 21 Feb 2023 17:07:34 +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 F41EEE0D88 for ; Tue, 21 Feb 2023 17:07: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E61233BDF4 for ; Tue, 21 Feb 2023 17:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E90998B3 for ; Tue, 21 Feb 2023 17:07:30 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1676999246.f2a13fbf5f8878b3b6bd0f540c2cd991346b7f20.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/skopeo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/skopeo/skopeo-1.11.1.ebuild X-VCS-Directories: app-containers/skopeo/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f2a13fbf5f8878b3b6bd0f540c2cd991346b7f20 X-VCS-Branch: master Date: Tue, 21 Feb 2023 17:07: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: 6944e9c3-23fd-4126-9763-17bffc989c0f X-Archives-Hash: b2aaaf23f66c923b75896ff9cfd30314 commit: f2a13fbf5f8878b3b6bd0f540c2cd991346b7f20 Author: William Hubbs gentoo org> AuthorDate: Tue Feb 21 17:06:53 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Feb 21 17:07:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a13fbf app-containers/skopeo: fix commit hash Signed-off-by: William Hubbs gentoo.org> app-containers/skopeo/skopeo-1.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/skopeo/skopeo-1.11.1.ebuild b/app-containers/skopeo/skopeo-1.11.1.ebuild index 98396d981315..2b81a31ab111 100644 --- a/app-containers/skopeo/skopeo-1.11.1.ebuild +++ b/app-containers/skopeo/skopeo-1.11.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -COMMIT=ee60474d5a4d99745aac9855797ad4b26510d786 +COMMIT=fb1ade6d9e9b501e35b09538c9533fac5dd604b6 inherit go-module DESCRIPTION="Command line utility foroperations on container images and image repositories"