diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-04-05 20:06:48 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-05 20:51:03 +0300 |
commit | f5a3d71da6b5436d0921bb92337bb21b57fe16b7 (patch) | |
tree | 2504b50da19c11812869355a9273c1d969b520ac /community/rippled | |
parent | 566f96b90a04651561db2599b3b155c1513e21cb (diff) | |
download | aports-f5a3d71da6b5436d0921bb92337bb21b57fe16b7.tar.bz2 aports-f5a3d71da6b5436d0921bb92337bb21b57fe16b7.tar.xz |
community/rippled: upgrade to 1.2.3
Diffstat (limited to 'community/rippled')
-rw-r--r-- | community/rippled/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD index 1cae9ed4c9..02feff72cf 100644 --- a/community/rippled/APKBUILD +++ b/community/rippled/APKBUILD @@ -1,8 +1,8 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=rippled -pkgver=1.2.2 -pkgrel=1 +pkgver=1.2.3 +pkgrel=0 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger" url="https://ripple.com/" arch="x86_64" @@ -34,5 +34,5 @@ package() { install -D -m644 cfg/validators-example.txt "${pkgdir}/etc/$pkgname/validators.txt" } -sha512sums="20ce3f1e5307463c386f4e29c57826bdbc49c49b4b0569a8aa309e384943c28b9ccc7ef450a0ef299ad03fa53427fff73e4d0afb7000ee01d11824a4cb1ddb74 rippled-1.2.2.tar.gz +sha512sums="9e78ce6fc228d6ecd8fd4c2170c7a6836c2ba81b959a8ccb181bdf107af30e625d3749179b45e1b810379fb4e12b348faf3d7b24762f8a2fa3a055679565aebd rippled-1.2.3.tar.gz ded17d689014ab69700896fcae5002b5229a34e2ef5810af2ee122c546843fc7ceb2963d70d85169a334281e081f6da3a236ef89354d1f6c639beaefdfc8b88e boost-1.69.patch" |