From d4ef1f9fa07fd4164ae15daead993af3e167199d Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 19 Jun 2013 14:40:00 +0200 Subject: [PATCH] cgminer: update to 3.2.2 and enable butterfly hardware miners --- srcpkgs/cgminer/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template index 8fc0e3b22b..257267f4e0 100644 --- a/srcpkgs/cgminer/template +++ b/srcpkgs/cgminer/template @@ -1,6 +1,6 @@ # Template file for 'cgminer' pkgname=cgminer -version=3.0.0 +version=3.2.2 revision=1 build_style=gnu-configure configure_args="--disable-adl --enable-bitforce @@ -12,7 +12,7 @@ maintainer="Juan RP " license="GPL-3" homepage="https://github.com/ckolivas/cgminer" distfiles="http://ck.kolivas.org/apps/cgminer/cgminer-${version}.tar.bz2" -checksum=a50e2f594377f10ab91e92e1e0d79ccdb268b34dcaca2193c231330266583d55 +checksum=9361f43b20cd77bd47001c1bb753c76d0a7f035acba6c1bb0f77240b7c148fd3 post_install() { vinstall example.conf 644 etc cgminer.conf @@ -42,3 +42,4 @@ if [ "$build_option_opencl" ]; then else configure_args+=" --disable-scrypt --disable-opencl" fi +configure_args+=" --enable-bflsc --enable-bitforce"