From 97274088d12bc22d34940a91e7534bf1c5182373 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 31 Aug 2019 15:47:20 +0000 Subject: [PATCH] community/opendht to 1.10.1-1 --- community/opendht/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/opendht/PKGBUILD b/community/opendht/PKGBUILD index c07ab6627..69a232725 100644 --- a/community/opendht/PKGBUILD +++ b/community/opendht/PKGBUILD @@ -7,8 +7,8 @@ pkgname=opendht epoch=1 -pkgver=1.9.5 -pkgrel=2 +pkgver=1.10.1 +pkgrel=1 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)" arch=(x86_64) url="https://github.com/savoirfairelinux/opendht" @@ -17,7 +17,7 @@ depends=(gnutls nettle readline argon2 jsoncpp restbed) makedepends=(msgpack-c cmake cython systemd cppunit) optdepends=('python: to use the Python bindings') source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('7712f158754234be39d2839d3677525eaf1e753505fc965e24b49d9088ff9415') +sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29) prepare() { mkdir -p build