From d0dffe9dd0e0b925e4768f1411023306465da525 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 5 Jul 2020 08:39:16 +0200 Subject: [PATCH] RandomX: update to 1.1.8. --- srcpkgs/RandomX/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/RandomX/template b/srcpkgs/RandomX/template index 74c7006e05e..8d2bba4f93d 100644 --- a/srcpkgs/RandomX/template +++ b/srcpkgs/RandomX/template @@ -1,6 +1,6 @@ # Template file for 'RandomX' pkgname=RandomX -version=1.1.7 +version=1.1.8 revision=1 build_style=cmake short_desc="Proof of work algorithm based on random code execution" @@ -8,7 +8,7 @@ maintainer="Helmut Pozimski " license="BSD-3-Clause" homepage="https://github.com/tevador/RandomX" distfiles="https://github.com/tevador/RandomX/archive/v${version}.tar.gz" -checksum=31741ede58267c84c1223370a4d18e32fad26a9652371d36da7e45c0c584ae1a +checksum=f982a12d18b1d260bef2a1d3c46ae4902975fbf63abb38ca6413c96d1778db3a if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then CFLAGS+=" -Wl,-latomic"