community/opendht to 1.7.4-1

This commit is contained in:
Kevin Mihelich 2018-08-03 12:19:56 +00:00
parent 92a1e0e457
commit bccbf11e88

View file

@ -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}"