mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/opendht to 1.7.0-1
This commit is contained in:
parent
cfd1629339
commit
754b7546fd
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=opendht
|
||||
pkgver=1.7.0rc6
|
||||
pkgver=1.7.0
|
||||
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=('c1e870022ef3e3a83dd2e1d37c62e365c4b5e5bb8e54da858479d40c9a6d73e8')
|
||||
sha512sums=('a69c1879a7d78a60a3b0aca762d7b344619775c657590567904aa4076824ec453fee77fd0ff58c074748a01f937b314bd4041e098bf841a5108cfe7382537d42')
|
||||
sha256sums=('bfac984414607bd2b15ee72dc78f42de3ccdcfa4e7beb69d606554cd2e5fe7f1')
|
||||
sha512sums=('3c65d1a1d0b430e6d72442c62a406091552977ad2699fcd24e3758db1ba218762efbe65c222041104252152b7f7f73d54243c0e79701c1875ce087aab5f12f5f')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue