diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-10 12:38:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-13 10:34:23 +0000 |
commit | b19a94d42e8673069383383fba4f764caab48941 (patch) | |
tree | 131d8154d0782126ac9c5135e8eb4bcd078f020b /community/bitcoin | |
parent | 6129de42e5126cd35dd7f8741ef9028ffe90ca82 (diff) | |
download | aports-b19a94d42e8673069383383fba4f764caab48941.tar.bz2 aports-b19a94d42e8673069383383fba4f764caab48941.tar.xz |
community/bitcoin: rebuild against boost-1.67
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 65ce4c2c92..1ecef7080e 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.16.2 _ver=${pkgver/_/} -pkgrel=3 +pkgrel=4 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all !armhf" |