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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1727E158086 for ; Tue, 5 Oct 2021 19:13:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C09E08A2; Tue, 5 Oct 2021 19:13:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 371DBE08A2 for ; Tue, 5 Oct 2021 19:13:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4682A342BC3 for ; Tue, 5 Oct 2021 19:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB548E3 for ; Tue, 5 Oct 2021 19:13:02 +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: <1633461172.f36dcd565c851467fdf849945b84439847b37b36.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/containerd/containerd-1.4.11.ebuild X-VCS-Directories: app-emulation/containerd/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f36dcd565c851467fdf849945b84439847b37b36 X-VCS-Branch: master Date: Tue, 5 Oct 2021 19:13:02 +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: e75b0122-112e-48d0-b4f8-4ed0fd4d5e1e X-Archives-Hash: 69df17f0a9ec9cbea709f6546e73514b commit: f36dcd565c851467fdf849945b84439847b37b36 Author: William Hubbs gentoo org> AuthorDate: Tue Oct 5 19:12:24 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 5 19:12:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36dcd56 app-emulation/containerd: fix commit hash for 1.4.11 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> app-emulation/containerd/containerd-1.4.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/containerd/containerd-1.4.11.ebuild b/app-emulation/containerd/containerd-1.4.11.ebuild index 114568e5a33..69dd4dcf2d1 100644 --- a/app-emulation/containerd/containerd-1.4.11.ebuild +++ b/app-emulation/containerd/containerd-1.4.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -CONTAINERD_COMMIT=7eba5930496d9bbe375fdf71603e610ad737d2b2 +CONTAINERD_COMMIT=5b46e404f6b9f661a205e28d59c982d3634148f8 EGO_PN="github.com/containerd/${PN}" inherit golang-vcs-snapshot toolchain-funcs