diff options
author | root <root@rshg054.dnsready.net> | 2013-01-03 00:38:37 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-03 00:38:37 -0800 |
commit | f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (patch) | |
tree | f8dcab5e1ac3d149a39377f3437d9d3f812e62f9 /community/cgminer/PKGBUILD | |
parent | fa3e18ade0ab762a414c45ec433025d96b71254b (diff) |
Thu Jan 3 00:38:37 PST 2013
Diffstat (limited to 'community/cgminer/PKGBUILD')
-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 378b00845..48be6d113 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81650 2012-12-26 01:18:51Z fyan $ +# $Id: PKGBUILD 81884 2013-01-03 04:27:41Z 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.10.3 +pkgver=2.10.4 _build= pkgrel=1 pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer." @@ -50,7 +50,8 @@ package() { sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf } -md5sums=('6c4851d2c86558432477104e9925d23b' + +md5sums=('f165e9060796d07b031aacc9468536f4' 'fe4a243fabe24608f5c05e40f0f118f6' 'ee39698273671fee0e98d4af16014c36' 'bd76fc92fedce18c59ccea2aa79cc664') |