diff options
-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" |