diff --git a/community/opendht/PKGBUILD b/community/opendht/PKGBUILD index 3ca730150..b4101d24e 100644 --- a/community/opendht/PKGBUILD +++ b/community/opendht/PKGBUILD @@ -5,7 +5,7 @@ # - explicitly link v5/v6 with libatomic pkgname=opendht -pkgver=1.7.3 +pkgver=1.7.4 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=('957ddfd4acd366625bd0d1a22fceaad42e3768cdb391134f4dc100946f477227') -sha512sums=('ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7') +sha256sums=('d82601b31841c611c7a6e65bd7b63e8d21a6961b0db64b8fbc518c9574c52745') +sha512sums=('be526c696f51471f58278ed53b0167311c2c0dca1db87da711bad9987922a6b5608a71508bd36011da27b3438964a3ee2406439c17c77db8c157c65222faa04e') build() { cd "${srcdir}/${pkgname}-${pkgver}"