diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-16 15:02:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-16 15:21:57 +0000 |
commit | 0038c8df9d88f7b77a51d8b58840f4b665bc9f57 (patch) | |
tree | 4674f9260ffb5c2888f7e382eedfa1ea8ea6bf8a /testing/rippled | |
parent | 376750b56d3686a590aa6249c95541d5e4371aeb (diff) | |
download | aports-0038c8df9d88f7b77a51d8b58840f4b665bc9f57.tar.bz2 aports-0038c8df9d88f7b77a51d8b58840f4b665bc9f57.tar.xz |
testing/rippled: rebuild against protobuf-3.4
Diffstat (limited to 'testing/rippled')
-rw-r--r-- | testing/rippled/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rippled/APKBUILD b/testing/rippled/APKBUILD index c380f1ed2e..87c3577d86 100644 --- a/testing/rippled/APKBUILD +++ b/testing/rippled/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=rippled pkgver=0.80.0 -pkgrel=0 +pkgrel=1 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger" url="https://ripple.com/" arch="x86_64" |