diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-07 11:45:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-07 11:47:57 +0000 |
commit | fc8ea8dea34d1a0d7e5e1059f6064c08fd640362 (patch) | |
tree | f7c1bdaab00ecd49f2600badf962c3734fcc101e /community/bitcoin/APKBUILD | |
parent | 2132005fc32ca176b6ff530184e3d9a72c33ea86 (diff) | |
download | aports-fc8ea8dea34d1a0d7e5e1059f6064c08fd640362.tar.bz2 aports-fc8ea8dea34d1a0d7e5e1059f6064c08fd640362.tar.xz |
community/bitcoin: rebuild against new libevent
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 2cd2cffe23..2f8977de89 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.13.1 _ver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all" |