cgminer: update to 4.9.2.
This commit is contained in:
parent
6b0b3b7844
commit
93eab334cd
|
@ -1,8 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cgminer'
|
# Template file for 'cgminer'
|
||||||
pkgname=cgminer
|
pkgname=cgminer
|
||||||
version=4.9.1
|
version=4.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/ckolivas/cgminer"
|
homepage="https://github.com/ckolivas/cgminer"
|
||||||
distfiles="http://ck.kolivas.org/apps/cgminer/cgminer-${version}.tar.bz2"
|
distfiles="http://ck.kolivas.org/apps/cgminer/cgminer-${version}.tar.bz2"
|
||||||
checksum=68d0d0ac623e5cff450febe4b7143a7def04c952008e2b1b040988a6270ab0e1
|
checksum=7a94719c520c3ebd96fee65e2f737e87c9ae70c8e21865ee0ce16ac9b02e6e62
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# We have latest jansson and libusb - just use them
|
# We have latest jansson and libusb - just use them
|
||||||
|
@ -36,7 +36,4 @@ post_install() {
|
||||||
vsv cgminer
|
vsv cgminer
|
||||||
vconf example.conf cgminer.conf
|
vconf example.conf cgminer.conf
|
||||||
sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
|
sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/cgminer.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue