diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 14:26:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-05 13:37:25 +0000 |
commit | 9346fcc3be0cf804e74191477f0f502effa787d9 (patch) | |
tree | 096b663d358a684a1e69b00b99ea87357ba2f73c /testing | |
parent | 0d5201933d642845df055880d98e276b587c54ca (diff) | |
download | aports-9346fcc3be0cf804e74191477f0f502effa787d9.tar.bz2 aports-9346fcc3be0cf804e74191477f0f502effa787d9.tar.xz |
testing/bitcoin: rebuild against boost-1.59
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 1649c6e62c..5bf2237f58 100644 --- a/testing/bitcoin/APKBUILD +++ b/testing/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.11.1 _ver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all" |