cgminer: update to 3.2.2 and enable butterfly hardware miners
This commit is contained in:
parent
682a6fed16
commit
d4ef1f9fa0
1 changed files with 3 additions and 2 deletions
|
@ -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 <xtraeme@gmail.com>"
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue