diff options
author | root <root@rshg054.dnsready.net> | 2012-11-19 02:25:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-19 02:25:52 -0800 |
commit | 705d29694fd61c47a57ccec531e73d87a2960021 (patch) | |
tree | 55e2f9c5d4ed72e92b4d249f51760cfbd53d3b80 /community/cgminer | |
parent | ab63d8d49f68847a68c2ba0014bf0d3338cb3df6 (diff) |
Mon Nov 19 02:22:26 PST 2012
Diffstat (limited to 'community/cgminer')
-rw-r--r-- | community/cgminer/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD index 4cd780f39..62770c769 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -1,12 +1,13 @@ +# $Id: PKGBUILD 80252 2012-11-18 13:12:00Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: monson <holymonson@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: David Manouchehri <david@davidmanouchehri.com> pkgname=cgminer -pkgver=2.9.3 +pkgver=2.9.4 _build= -pkgrel=3 +pkgrel=1 pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer." url='http://forum.bitcoin.org/index.php?topic=28402.0' license=('GPL3') @@ -49,7 +50,7 @@ package() { sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf } -md5sums=('f386036c72861f7b2c130de6ed990d33' +md5sums=('ad6cbea352948cd84bb4109665918a4d' 'fe4a243fabe24608f5c05e40f0f118f6' 'ee39698273671fee0e98d4af16014c36' 'c2bb974adf92cc234fbf0136ebcb355d') |