diff --git a/community/opendht/PKGBUILD b/community/opendht/PKGBUILD index 35dd7caec..b9772b219 100644 --- a/community/opendht/PKGBUILD +++ b/community/opendht/PKGBUILD @@ -7,7 +7,7 @@ pkgname=opendht epoch=1 -pkgver=1.9.4 +pkgver=1.9.5 pkgrel=1 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)" arch=(x86_64) @@ -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=('f94f1400d90b174d7299714634099013b80ab80ec2bc4f574c790c612d859891') +sha256sums=('7712f158754234be39d2839d3677525eaf1e753505fc965e24b49d9088ff9415') prepare() { mkdir -p build