diff options
Diffstat (limited to 'community/rippled/APKBUILD')
-rw-r--r-- | community/rippled/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD index ec784c083f..35a167b063 100644 --- a/community/rippled/APKBUILD +++ b/community/rippled/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=rippled -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=0 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger" url="https://ripple.com/" @@ -35,6 +35,6 @@ package() { install -D -m644 cfg/validators-example.txt "${pkgdir}/etc/$pkgname/validators.txt" } -sha512sums="d8983d0477aa0b7546499dcab6c783ce6f16b9c7c7027da2af8b502bf371750a363a5b22fe255c39266b9a719530eb6ad8bdfe337213752f6d58737e69bdbd0a rippled-1.1.1.tar.gz +sha512sums="78fc36e442d1fa6b9709d8de5ddcaf4a0e44867e50e27f3fa7556f39b777f415a34c61ea9247a225d48c3b2bbd971d03617a92cc614c833070ad75692369b59f rippled-1.1.2.tar.gz b1882e45d79a0a375f8bdfa5b2154cf027a7af23778b85796c8d89f08fc64d39ce231630950f646e5a0e88a59c634bd538b042f33141f90ef809cc9d76011a98 8fc6a8175b266adaf02b2662e174869e3a55b8cf.patch cc038e87adf97e4dcd5ea60ff6f45fc988177358b02c116134b65b08dd69a0079f38b56e0dc11c4faaeadc2d707ba5eeeb1a5869dbe95a0cf616599926566d58 fix-tests.patch" |