diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-20 11:44:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-20 11:53:26 +0000 |
commit | f129873deea0cd4fe911bf5f38f7ac8d332fa076 (patch) | |
tree | 626ae73a8dd999d0020c8154cdfcc386bd9a9021 /testing | |
parent | a9b4d2baee85518b6e3c4c3ba5eb3d9c71a338fa (diff) | |
download | aports-f129873deea0cd4fe911bf5f38f7ac8d332fa076.tar.bz2 aports-f129873deea0cd4fe911bf5f38f7ac8d332fa076.tar.xz |
testing/bitcoin: rebuild against boost 1.58
Diffstat (limited to 'testing')
-rw-r--r-- | testing/bitcoin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD index fabfb823aa..335ddb6836 100644 --- a/testing/bitcoin/APKBUILD +++ b/testing/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.10.0 _ver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all" |