From patchwork Mon Dec 6 21:33:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1564239 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 bilbo.ozlabs.org (Postfix) with ESMTPS id 4J7Gtm1JSmz9s5P for ; Tue, 7 Dec 2021 08:35:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 280B940276; Mon, 6 Dec 2021 21:35:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H8Ue54wSapoY; Mon, 6 Dec 2021 21:35:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 8858A40245; Mon, 6 Dec 2021 21:35:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 23D7B1BF334 for ; Mon, 6 Dec 2021 21:35:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 1345280C79 for ; Mon, 6 Dec 2021 21:35:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5ZRNxKihdGkH for ; Mon, 6 Dec 2021 21:35:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by smtp1.osuosl.org (Postfix) with ESMTPS id C134780BE5 for ; Mon, 6 Dec 2021 21:35:21 +0000 (UTC) Received: from fwd76.dcpf.telekom.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout09.t-online.de (Postfix) with SMTP id 1548718020 for ; Mon, 6 Dec 2021 22:33:43 +0100 (CET) Received: from fli4l.lan.fli4l ([84.161.179.59]) by fwd76.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1muLc8-1XeGjh0; Mon, 6 Dec 2021 22:33:36 +0100 Received: from bruckner.lan.fli4l ([192.168.1.1]:35410) by fli4l.lan.fli4l with esmtp (Exim 4.95) (envelope-from ) id 1muLc8-0003mk-Ex for buildroot@buildroot.org; Mon, 06 Dec 2021 22:33:36 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 6 Dec 2021 22:33:36 +0100 Message-Id: <20211206213336.1673418-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1638826416-0000144F-195AA049/0/0 CLEAN NORMAL X-TOI-MSGID: 316bc3b6-88d2-431a-a2af-c54e8bbb3df8 Subject: [Buildroot] [PATCH 1/1] package/xmrig: bump version to 6.16.2 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Changelog: https://github.com/xmrig/xmrig/blob/master/CHANGELOG.md Signed-off-by: Bernd Kuhls --- package/xmrig/xmrig.hash | 2 +- package/xmrig/xmrig.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/xmrig/xmrig.hash b/package/xmrig/xmrig.hash index 23efe9fbd8..7960522f35 100644 --- a/package/xmrig/xmrig.hash +++ b/package/xmrig/xmrig.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 fccb413927921c43d2eed5bd5abdc8f335d9960ceb3611851aff5f3b1edc79ff xmrig-6.16.0.tar.gz +sha256 ee07a66a2cd8332695fb377b685ccf90e56fcff1717316211dee22bde7357d1f xmrig-6.16.2.tar.gz sha256 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2 LICENSE diff --git a/package/xmrig/xmrig.mk b/package/xmrig/xmrig.mk index c6fec680ac..ff2e8d6c1f 100644 --- a/package/xmrig/xmrig.mk +++ b/package/xmrig/xmrig.mk @@ -4,7 +4,7 @@ # ################################################################################ -XMRIG_VERSION = 6.16.0 +XMRIG_VERSION = 6.16.2 XMRIG_SITE = $(call github,xmrig,xmrig,v$(XMRIG_VERSION)) XMRIG_LICENSE = GPL-3.0+ XMRIG_LICENSE_FILES = LICENSE