diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-16 00:43:13 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-16 02:06:54 +0200 |
commit | d79714bfffd93f7b7d472f897fa6328d83156c3f (patch) | |
tree | c250d28e88b66400e86275ddbd5d860f7049ac98 /community/bitcoin | |
parent | 248bccd60f78e84c7c6f2c9b2c9733ba19e3fc61 (diff) | |
download | aports-d79714bfffd93f7b7d472f897fa6328d83156c3f.tar.bz2 aports-d79714bfffd93f7b7d472f897fa6328d83156c3f.tar.xz |
community/bitcoin: rebuild against protobuf-3.3.2
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 5ab64a7ca4..f2562b5b33 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.14.2 _ver=${pkgver/_/} -pkgrel=1 +pkgrel=2 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all !armhf" |