community/opendht to 2.4.7.2-1

This commit is contained in:
Kevin Mihelich 2022-06-30 12:45:39 +00:00
parent acfe0cfa83
commit 134e940f37

View file

@ -7,9 +7,9 @@
pkgname=opendht
epoch=1
pkgver=2.4.4
pkgver=2.4.7.2
pkgrel=1
pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
arch=(x86_64)
url="https://github.com/savoirfairelinux/opendht"
license=(GPL3)
@ -17,7 +17,7 @@ depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-pars
makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools cppunit)
optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
_commit=126f0ca966415ae1206aba9907f251c0888396d3
_commit=4d356b6dcaed3ee0280fc2ef31933dd951b9aba7
source=(git+${url}#commit=${_commit})
sha256sums=(SKIP)