diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-10 11:40:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-11 06:58:58 +0000 |
commit | 3fe0c5c5d32779d9627aa8ce1d6745caf758cb5f (patch) | |
tree | cee2e4258c5b66800b6c9fbdd59986f4933fbe22 /community/bitcoin/APKBUILD | |
parent | efabae2a6b3492b2b0e2d925bf059fa26f669e74 (diff) | |
download | aports-3fe0c5c5d32779d9627aa8ce1d6745caf758cb5f.tar.bz2 aports-3fe0c5c5d32779d9627aa8ce1d6745caf758cb5f.tar.xz |
community/bitcoin: rebuild against boost-1.71
Diffstat (limited to 'community/bitcoin/APKBUILD')
-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 1899631807..e44c3eb581 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.18.1 _ver=${pkgver/_/} -pkgrel=1 +pkgrel=2 pkgdesc="Decentralized P2P electronic cash system" url="https://www.bitcoin.org" arch="all !armhf" |