aboutsummaryrefslogtreecommitdiffstats
path: root/community/rippled
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-02 14:38:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:14 +0000
commit4751816bf0d803839894b8243aea06f9725f5fe7 (patch)
tree25867d8dd77cfb48be8650f1f737e47d459a0d15 /community/rippled
parent7c7e19adf5222185900ca9e37582622856d1ecc3 (diff)
downloadaports-4751816bf0d803839894b8243aea06f9725f5fe7.tar.bz2
aports-4751816bf0d803839894b8243aea06f9725f5fe7.tar.xz
community/rippled: rebuild against openssl 1.1
Diffstat (limited to 'community/rippled')
-rw-r--r--community/rippled/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD
index 8d165fb453..96722b1412 100644
--- a/community/rippled/APKBUILD
+++ b/community/rippled/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=rippled
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger"
url="https://ripple.com/"
arch="x86_64"
license="ISC"
-makedepends="cmake libressl-dev boost-dev protobuf-dev"
+makedepends="cmake openssl-dev boost-dev protobuf-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ripple/$pkgname/archive/$pkgver.tar.gz
musl-fixes.patch