mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/xmrig: bump version to 6.25.0
Changelog: https://github.com/xmrig/xmrig/blob/v6.25.0/CHANGELOG.md Added armv8 and riscv64 (riscv32 is broken) as supported archs. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
4a315e153f
commit
fdee48e3c7
@@ -2,7 +2,9 @@
|
||||
config BR2_PACKAGE_XMRIG_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_ARM_CPU_ARMV7A
|
||||
default y if BR2_ARM_CPU_ARMV8A
|
||||
default y if BR2_aarch64
|
||||
default y if BR2_RISCV_64
|
||||
default y if BR2_x86_64
|
||||
default y if BR2_i386
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 3521c592a18ada781d79c919ea6c1b7e5a8bcfe2ec666789bc55fd88a2aee8d3 xmrig-6.24.0.tar.gz
|
||||
sha256 55e415792f2a4ef2430cb26829b0b7d96fc52f51c6274831e9fe76b8aef28593 xmrig-6.25.0.tar.gz
|
||||
sha256 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XMRIG_VERSION = 6.24.0
|
||||
XMRIG_VERSION = 6.25.0
|
||||
XMRIG_SITE = $(call github,xmrig,xmrig,v$(XMRIG_VERSION))
|
||||
XMRIG_LICENSE = GPL-3.0+
|
||||
XMRIG_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user