From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE569C433F5 for ; Tue, 12 Oct 2021 06:04:08 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D8D4561076 for ; Tue, 12 Oct 2021 06:04:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D8D4561076 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 7362E80B46; Tue, 12 Oct 2021 06:04:07 +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 5lxdizO5DIRP; Tue, 12 Oct 2021 06:04:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id E00A680F2F; Tue, 12 Oct 2021 06:04:05 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 0EA2C1BF3EE for ; Tue, 12 Oct 2021 06:04:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 0722C60708 for ; Tue, 12 Oct 2021 06:04:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bfVq1EY5f8yU for ; Tue, 12 Oct 2021 06:04:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by smtp3.osuosl.org (Postfix) with ESMTPS id 8FC9F605DF for ; Tue, 12 Oct 2021 06:04:02 +0000 (UTC) Received: from fwd88.dcpf.telekom.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout02.t-online.de (Postfix) with SMTP id 324F86D72 for ; Tue, 12 Oct 2021 08:03:56 +0200 (CEST) Received: from fli4l.lan.fli4l ([79.214.193.128]) by fwd88.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1maAtI-25q6lN0; Tue, 12 Oct 2021 08:03:56 +0200 Received: from bruckner.lan.fli4l ([192.168.1.1]:58866) by fli4l.lan.fli4l with esmtp (Exim 4.95) (envelope-from ) id 1maAtH-0005GM-Hg for buildroot@buildroot.org; Tue, 12 Oct 2021 08:03:55 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 12 Oct 2021 08:03:55 +0200 Message-Id: <20211012060355.1002416-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1634018636-00001485-306DF856/0/0 CLEAN NORMAL X-TOI-MSGID: c36f83ea-160b-42f1-b33b-f438d0a5e7b5 Subject: [Buildroot] [PATCH 1/1] package/xmrig: bump version to 6.15.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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 fcc7cd456d..810a9381b8 100644 --- a/package/xmrig/xmrig.hash +++ b/package/xmrig/xmrig.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 4191299f9556556401fe3a1008e11784146ba53fdbbff6ad74ae19c4dd03d2b8 xmrig-6.15.1.tar.gz +sha256 27a6c34ee1bec60f8c49a5e2b97223971f579a26a4632fb64c4a4556b3bb04ae xmrig-6.15.2.tar.gz sha256 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2 LICENSE diff --git a/package/xmrig/xmrig.mk b/package/xmrig/xmrig.mk index 45bfe71236..071eddae32 100644 --- a/package/xmrig/xmrig.mk +++ b/package/xmrig/xmrig.mk @@ -4,7 +4,7 @@ # ################################################################################ -XMRIG_VERSION = 6.15.1 +XMRIG_VERSION = 6.15.2 XMRIG_SITE = $(call github,xmrig,xmrig,v$(XMRIG_VERSION)) XMRIG_LICENSE = GPL-3.0+ XMRIG_LICENSE_FILES = LICENSE -- 2.30.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot