community/opendht to 1.7.1-1

This commit is contained in:
Kevin Mihelich 2018-04-21 20:31:23 +00:00
parent c0d86de133
commit f73a0d8319

View file

@ -5,7 +5,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=opendht
pkgver=1.7.0
pkgver=1.7.1
pkgrel=1
epoch=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@ -16,8 +16,8 @@ optdepends=('python: to use the Python bindings')
url="https://github.com/savoirfairelinux/opendht"
license=('GPL3')
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('bfac984414607bd2b15ee72dc78f42de3ccdcfa4e7beb69d606554cd2e5fe7f1')
sha512sums=('3c65d1a1d0b430e6d72442c62a406091552977ad2699fcd24e3758db1ba218762efbe65c222041104252152b7f7f73d54243c0e79701c1875ce087aab5f12f5f')
sha256sums=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397')
sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"