summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Catini2017-01-27 20:52:49 +0100
committerRoberto Catini2017-01-27 20:52:49 +0100
commit2046a86f2392e49ddeb3688dd9bc190d6c159d96 (patch)
tree0d5be27f231b20f7e75ac202c539e6496f3a5cb0 /PKGBUILD
parentc3310ee62e23d1c6db4bd0c2f5d884096aebe4c4 (diff)
downloadaur-2046a86f2392e49ddeb3688dd9bc190d6c159d96.tar.gz
update to 0.50.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d4bbce3deb9..f3be678d5089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rippled
pkgrel=1
-pkgver=0.40.1
+pkgver=0.50.0
pkgdesc="Ripple peer-to-peer network daemon"
arch=('i686' 'x86_64')
url="https://github.com/ripple/rippled"
@@ -8,7 +8,7 @@ license=('custom:ISC')
backup=("etc/${pkgname}/rippled.cfg" "etc/${pkgname}/validators.txt")
depends=('protobuf' 'openssl' 'boost-libs')
makedepends=('git' 'scons' 'boost')
-source=("git://github.com/ripple/rippled.git#commit=e91aacc")
+source=("git://github.com/ripple/rippled.git#tag=$pkgver")
sha512sums=('SKIP')
build() {