diff --git a/community/opendht/PKGBUILD b/community/opendht/PKGBUILD index e1ed85275..f488df8b3 100644 --- a/community/opendht/PKGBUILD +++ b/community/opendht/PKGBUILD @@ -5,7 +5,7 @@ # - explicitly link v5/v6 with libatomic pkgname=opendht -pkgver=1.7.1 +pkgver=1.7.2 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=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397') -sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47') +sha256sums=('5030f011eba421f67847ee94d906aabbdf409268cdc1119e15bb8f2863ed0bbc') +sha512sums=('dcb70c8f38f067f1035cbfdc7897a8245bacaef547afa48652e56e39e4641f7bb1ea6bc2bf3e46f8454cdbe3743eab318eca9fb6a02921d5f5fa792748a14cd1') build() { cd "${srcdir}/${pkgname}-${pkgver}"