cgminer: update to 3.3.0.
This commit is contained in:
parent
4610b773db
commit
d9c61946cf
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'cgminer'
|
||||
pkgname=cgminer
|
||||
version=3.2.2
|
||||
version=3.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-adl --enable-bitforce
|
||||
configure_args="--disable-adl --enable-bitforce --enable-bflsc
|
||||
--enable-icarus --enable-avalon --enable-modminer --enable-ztex"
|
||||
hostmakedepends="pkg-config yasm"
|
||||
makedepends="libcurl-devel libusb-devel libudev-devel ncurses-devel"
|
||||
|
@ -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=9361f43b20cd77bd47001c1bb753c76d0a7f035acba6c1bb0f77240b7c148fd3
|
||||
checksum=2f0f43c7cae167bc97cbd4388f57936f9249c0cafb6f03b1448e34fe88342f7d
|
||||
|
||||
post_install() {
|
||||
vinstall example.conf 644 etc cgminer.conf
|
||||
|
@ -42,4 +42,3 @@ if [ "$build_option_opencl" ]; then
|
|||
else
|
||||
configure_args+=" --disable-scrypt --disable-opencl"
|
||||
fi
|
||||
configure_args+=" --enable-bflsc --enable-bitforce"
|
||||
|
|
Loading…
Reference in a new issue