extra/opendht to 3.1.9-1

This commit is contained in:
Kevin Mihelich 2024-03-31 00:59:14 +00:00
parent 70d013d25e
commit b2fad43f05
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = opendht
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
pkgver = 3.0.1
pkgver = 3.1.9
pkgrel = 1
epoch = 1
url = https://github.com/savoirfairelinux/opendht
@ -26,7 +26,7 @@ pkgbase = opendht
depends = openssl
optdepends = python: to use the Python bindings
optdepends = msgpack-cxx: linking against opendht
source = git+https://github.com/savoirfairelinux/opendht#commit=13194b66d35d36d5d04b82870ccc0d604edebddc
sha256sums = SKIP
source = git+https://github.com/savoirfairelinux/opendht#commit=4eaa53a4a6c5bee338c0363a765a68505bd75085
sha256sums = a62ef74869dde75c52ae3b26d187499be58d293b41aed3730d277793ecb4a420
pkgname = opendht

View file

@ -7,7 +7,7 @@
pkgname=opendht
epoch=1
pkgver=3.0.1
pkgver=3.1.9
pkgrel=1
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
arch=(x86_64)
@ -17,9 +17,9 @@ depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt http-pars
makedepends=(git cmake msgpack-cxx asio restinio cython0 python-setuptools cppunit)
optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
_commit=13194b66d35d36d5d04b82870ccc0d604edebddc
_commit=4eaa53a4a6c5bee338c0363a765a68505bd75085
source=(git+${url}#commit=${_commit})
sha256sums=('SKIP')
sha256sums=('a62ef74869dde75c52ae3b26d187499be58d293b41aed3730d277793ecb4a420')
pkgver() {
cd ${pkgname}