diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:05:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:05:21 +0000 |
commit | 8cd604f8f0e506185ca991f78c0033b6d0f2576a (patch) | |
tree | 033323ac4c2c62882fdda25557ad19340d01936a | |
parent | f81ffb0fe6f6e64f75ed15cdc35a371c6c990fab (diff) | |
download | aports-8cd604f8f0e506185ca991f78c0033b6d0f2576a.tar.bz2 aports-8cd604f8f0e506185ca991f78c0033b6d0f2576a.tar.xz |
community/bitcoin: rebuild against libressl 2.5
-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 86870a6cc0..d1c32c7521 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.14.0 _ver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all" |