summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Catini2017-07-18 21:36:11 +0300
committerRoberto Catini2017-07-18 21:36:11 +0300
commit25898ca719cbee7fd35c4c73d25c5cc8e69e2430 (patch)
treea5349f328e119a74b63b191abf1f31f4cb2e6a77 /PKGBUILD
parent006d2e708b1af9808e2ad8f332738e12c35804fc (diff)
downloadaur-25898ca719cbee7fd35c4c73d25c5cc8e69e2430.tar.gz
version updated to 0.70.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6c945f62412..c5b84c29b984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rippled
pkgrel=1
-pkgver=0.60.0
+pkgver=0.70.1
pkgdesc="Ripple peer-to-peer network daemon"
arch=('i686' 'x86_64')
url="https://github.com/ripple/rippled"
@@ -9,7 +9,7 @@ backup=("etc/$pkgname/rippled.cfg" "etc/$pkgname/validators.txt")
depends=('protobuf' 'openssl' 'boost-libs')
makedepends=('git' 'scons' 'boost')
source=(https://github.com/ripple/rippled/archive/$pkgver.tar.gz)
-md5sums=('a18cc9503cd6cd3b90882a547d4b0134')
+md5sums=('77118fd3dff37b070f363a1bf5c4bb5e')
build() {
cd "$srcdir/$pkgname-$pkgver"