diff options
author | TBK <tbk@jjtc.dk> | 2017-12-06 03:21:09 +0100 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-14 13:31:35 +0000 |
commit | b65de0dbdbb6bc43eb756aa67936a82f9e5326e7 (patch) | |
tree | bedcf2a9c8402480c926ccae63a2c21433aff751 /community/bitcoin | |
parent | 10220e1b836e96b1c50f3692ee61204b47939c8b (diff) | |
download | aports-b65de0dbdbb6bc43eb756aa67936a82f9e5326e7.tar.bz2 aports-b65de0dbdbb6bc43eb756aa67936a82f9e5326e7.tar.xz |
community/bitcoin: rebuild against protobuf 3.5.0
Diffstat (limited to 'community/bitcoin')
-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 36310cdc4c..91bd0dd086 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.15.1 _ver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all !armhf" |