diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-20 11:24:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:14:44 +0000 |
commit | d867592cc2f6731214d918e6963c0c9202273b71 (patch) | |
tree | 2be88a49ad4b145976901da8660d3ef1fa236998 /community | |
parent | cb74eb96c043c7d916fe7f70002ca1c56efffac0 (diff) | |
download | aports-d867592cc2f6731214d918e6963c0c9202273b71.tar.bz2 aports-d867592cc2f6731214d918e6963c0c9202273b71.tar.xz |
community/bitcoin: rebuild against boost 1.62.0
Diffstat (limited to 'community')
-rw-r--r-- | community/bitcoin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bitcoin/APKBUILD b/community/bitcoin/APKBUILD index 5377e1c0e7..c9b39dfbdd 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.13.0 _ver=${pkgver/_/} -pkgrel=2 +pkgrel=3 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all" |